We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12eb3a0 commit af4c1a8Copy full SHA for af4c1a8
1 file changed
.github/workflows/release.yaml
@@ -86,7 +86,7 @@ jobs:
86
unzip "$zip_file" -d "${zip_file%.zip}"
87
(cd "${zip_file%.zip}" && gzip -7 * && for file in *.gz; do mv "$file" "${file%.gz}"; done)
88
done
89
- rm *.zip
+ rm artifacts/*.zip
90
91
- uses: "google-github-actions/upload-cloud-storage@v2"
92
with:
0 commit comments