Skip to content

Commit e7d785d

Browse files
committed
Fix artifact name
1 parent 257217a commit e7d785d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Download NuGet package artifact
5959
uses: actions/download-artifact@v2
6060
with:
61-
name: ${{ steps.dotnet-pack.outputs.nupkg-filename }}
61+
name: ${{ needs.package.outputs.nupkg-filename }}
6262
- name: Create GitHub Release
6363
uses: actions/create-release@v1
6464
env:

0 commit comments

Comments
 (0)