Skip to content

Commit

Permalink
fix: missing artifacts dir
Browse files Browse the repository at this point in the history
  • Loading branch information
mattes committed Jan 17, 2025
1 parent 12eb3a0 commit af4c1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
unzip "$zip_file" -d "${zip_file%.zip}"
(cd "${zip_file%.zip}" && gzip -7 * && for file in *.gz; do mv "$file" "${file%.gz}"; done)
done
rm *.zip
rm artifacts/*.zip
- uses: "google-github-actions/upload-cloud-storage@v2"
with:
Expand Down

0 comments on commit af4c1a8

Please sign in to comment.