Skip to content

Commit

Permalink
fix target path
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender committed Dec 30, 2024
1 parent cc99260 commit 47c2f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
uses: gittools/actions/gitversion/execute@v3
with:
useConfigFile: true
targetPath: "$(System.DefaultWorkingDirectory)"
targetPath: .
configFilePath: src/gitversion.yml
updateAssemblyInfo: true

Expand Down

0 comments on commit 47c2f87

Please sign in to comment.