Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender committed Dec 30, 2024
1 parent a1d758c commit d9801e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
uses: gittools/actions/gitversion/[email protected]
with:
useConfigFile: true
targetPath: ${{ github.workspace }}/src
configFilePath: "gitversion.yml"
targetPath: ${{ github.workspace }}
configFilePath: "src/gitversion.yml"


- name: Validate preview settings
Expand Down Expand Up @@ -132,8 +132,8 @@ jobs:
uses: gittools/actions/gitversion/[email protected]
with:
useConfigFile: true
targetPath: ${{ github.workspace }}/src
configFilePath: "gitversion.yml"
targetPath: ${{ github.workspace }}
configFilePath: "src/gitversion.yml"
updateAssemblyInfo: true

- name: Compose version
Expand Down

0 comments on commit d9801e0

Please sign in to comment.