From 47c2f87c651b161ba140d9ef699b4f96e3af6e5c Mon Sep 17 00:00:00 2001 From: Dave Skender <8432125+DaveSkender@users.noreply.github.com> Date: Sun, 29 Dec 2024 21:32:37 -0500 Subject: [PATCH] fix target path --- .github/workflows/deploy-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-package.yml b/.github/workflows/deploy-package.yml index ebc7f461c..95967070d 100644 --- a/.github/workflows/deploy-package.yml +++ b/.github/workflows/deploy-package.yml @@ -114,7 +114,7 @@ jobs: uses: gittools/actions/gitversion/execute@v3 with: useConfigFile: true - targetPath: "$(System.DefaultWorkingDirectory)" + targetPath: . configFilePath: src/gitversion.yml updateAssemblyInfo: true