Skip to content

Commit 11c57fc

Browse files
authored
CD Github Release: Fix Uploading Nugets (#95)
1 parent 2bf9388 commit 11c57fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170

171171
- uses: ncipollo/release-action@v1
172172
with:
173-
artifacts: "${{ steps.download.outputs.download-path }}/*.nupkg,${{ steps.download.outputs.download-path }}/*.snupkg"
173+
artifacts: "${{ steps.download-nugets.outputs.download-path }}/*.nupkg,${{ steps.download-nugets.outputs.download-path }}/*.snupkg"
174174
bodyFile: ".github/releases/v${{ env.VERSION }}.md"
175175
tag: v${{ env.VERSION }}
176176
commit: ${{ github.sha }}

0 commit comments

Comments
 (0)