We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f627194 commit 1880a75Copy full SHA for 1880a75
.github/workflows/update-from-latest.yml
@@ -45,7 +45,7 @@ jobs:
45
run: |
46
echo "Downloaded files:"
47
cd downloaded_artifacts
48
- unzip -l artifact.zip
+ unzip artifact.zip
49
ls -la
50
51
- name: Upload to current repository
0 commit comments