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 257217a commit e7d785dCopy full SHA for e7d785d
.github/workflows/continuous-integration.yml
@@ -58,7 +58,7 @@ jobs:
58
- name: Download NuGet package artifact
59
uses: actions/download-artifact@v2
60
with:
61
- name: ${{ steps.dotnet-pack.outputs.nupkg-filename }}
+ name: ${{ needs.package.outputs.nupkg-filename }}
62
- name: Create GitHub Release
63
uses: actions/create-release@v1
64
env:
0 commit comments