We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab62381 commit b3069eaCopy full SHA for b3069ea
.github/workflows/dotnet.yml
@@ -51,7 +51,7 @@ jobs:
51
run: dotnet test ./SharpApi.sln -c Release --no-build
52
- name: Pack
53
if: matrix.os == 'ubuntu-latest'
54
- run: dotnet pack -v normal -c Release --no-restore --no-build -p:PackageVersion=${{ steps.gitversion.outputs.nuGetVersionV2 }}-${{ steps.gitversion.outputs.CommitsSinceVersionSourcePadded }} ./SharpHelpers/SharpHelpers.sln
+ run: dotnet pack -v normal -c Release --no-restore --no-build -p:PackageVersion=${{ steps.gitversion.outputs.nuGetVersionV2 }}-${{ steps.gitversion.outputs.CommitsSinceVersionSourcePadded }} ./SharpApi.sln
55
- name: Upload Artifact
56
57
uses: actions/upload-artifact@v2
0 commit comments