Skip to content

Commit 48bd596

Browse files
committed
fix package name
1 parent ce1881c commit 48bd596

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/nuget-release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Download NuGet package artifact
2222
uses: dawidd6/action-download-artifact@v11
2323
with:
24-
name: nuget-package
24+
name: nuget-packages
2525
run_id: 19877265090
2626
path: .\packages
2727

@@ -30,6 +30,9 @@ jobs:
3030
with:
3131
role-to-assume: ${{ secrets.NUGET_ACCESS_ROLE_ARN }}
3232
aws-region: ${{ secrets.AWS_NUGET_KEY_REGION }}
33+
34+
- run:
35+
ls .\packages
3336

3437
# - name: Publish to NuGet
3538
# shell: pwsh

0 commit comments

Comments
 (0)