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 b3069ea commit 28c3a97Copy full SHA for 28c3a97
.github/workflows/dotnet.yml
@@ -57,7 +57,7 @@ jobs:
57
uses: actions/upload-artifact@v2
58
with:
59
name: nupkg
60
- path: ./SharpHelpers/${{ env.PROJECT_NAME }}/bin/Release/*.nupkg
+ path: ./SharpApi/src/Helpers/src/SharpApi.Helpers/bin/Release/*.nupkg
61
prerelease:
62
needs: build
63
if: github.ref == 'refs/heads/develop'
0 commit comments