Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samsmithnz committed Aug 18, 2021
1 parent 97a9676 commit a853230
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 @@ -43,7 +43,7 @@ jobs:
path-to-lcov: src/Battle.Tests/TestResults/coverage.info

- name: Pack code into NuGet package
run: dotnet pack src/Battle.Logic/Battle.Logic.csproj --configuration Release -p:Version='${{ steps.gitversion.outputs.SemVer }}'
run: dotnet pack src/Battle.Logic/Battle.Logic.csproj --configuration Release -p:Version='${{ steps.gitversion.outputs.SemVer }}' AssemblyVersion'${{ steps.gitversion.outputs.SemVer }}'
- name: Upload package to GitHub
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit a853230

Please sign in to comment.