We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bf9388 commit 11c57fcCopy full SHA for 11c57fc
.github/workflows/ci.yml
@@ -170,7 +170,7 @@ jobs:
170
171
- uses: ncipollo/release-action@v1
172
with:
173
- artifacts: "${{ steps.download.outputs.download-path }}/*.nupkg,${{ steps.download.outputs.download-path }}/*.snupkg"
+ artifacts: "${{ steps.download-nugets.outputs.download-path }}/*.nupkg,${{ steps.download-nugets.outputs.download-path }}/*.snupkg"
174
bodyFile: ".github/releases/v${{ env.VERSION }}.md"
175
tag: v${{ env.VERSION }}
176
commit: ${{ github.sha }}
0 commit comments