Skip to content

Commit 44c2f4e

Browse files
committed
correct name again
1 parent a55c6df commit 44c2f4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/push-native-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
echo "Run id = $RUN_ID"
5656
5757
echo "Download artifact ${{ matrix.title }}"
58-
gh run download -R ${{ github.repository }} $RUN_ID --name nuget-${{ matrix.artifact }} --dir nupkg-src
58+
gh run download -R ${{ github.repository }} $RUN_ID --name nuget-${{ matrix.title }} --dir nupkg-src
5959
6060
echo "::group::Artifact tree"
6161
ls -lR nupkg-src

0 commit comments

Comments
 (0)