We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a55c6df commit 44c2f4eCopy full SHA for 44c2f4e
1 file changed
.github/workflows/push-native-nuget.yml
@@ -55,7 +55,7 @@ jobs:
55
echo "Run id = $RUN_ID"
56
57
echo "Download artifact ${{ matrix.title }}"
58
- gh run download -R ${{ github.repository }} $RUN_ID --name nuget-${{ matrix.artifact }} --dir nupkg-src
+ gh run download -R ${{ github.repository }} $RUN_ID --name nuget-${{ matrix.title }} --dir nupkg-src
59
60
echo "::group::Artifact tree"
61
ls -lR nupkg-src
0 commit comments