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.
2 parents c387da5 + 65061f3 commit 8499349Copy full SHA for 8499349
.github/workflows/dotnet.yml
@@ -57,7 +57,7 @@ jobs:
57
uses: actions/upload-artifact@v2
58
with:
59
name: nupkg
60
- path: /home/runner/work/SharpApi/SharpApi/src/**/src/**/bin/Release/*.nupkg
+ path: /home/runner/work/SharpApi/SharpApi/src/Helpers/src/SharpApi.Helpers/bin/Release/*.nupkg
61
prerelease:
62
needs: build
63
if: github.ref == 'refs/heads/develop'
0 commit comments