Skip to content

Commit

Permalink
Use the right env path for GitVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
sblom committed Dec 21, 2023
1 parent 18f8b62 commit ab8bee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
--configuration Release \
--no-build \
--no-restore \
-p:PackageVersion="${{ steps.gitversion.outputs.fullSemVer }}" \
-p:PackageVersion="$GitVersion_FullSemVer" \
RegExtract/RegExtract.csproj \
--output ${{ github.workspace }}/nugets/
- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit ab8bee0

Please sign in to comment.