diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 4756d870..efe76fa2 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -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: