;ci: cleanups

This commit is contained in:
Simon Michael 2025-03-05 17:54:04 -10:00
parent 58c277123e
commit 45374cbfd4

View File

@ -116,8 +116,12 @@ jobs:
run: |
ls -lRFh artifacts
# Artifacts are zip files because upload-artifact always zips.
# Here we can switch to more unix-standard gz.
# The unix files were
# 1. tarred to protect their executable permissions,
# 2. mandatorily zipped by actions/upload-artifact,
# 3. unzipped by dawidd6/action-download-artifact.
# Now we 4. gzip them - to be more unix-standard ?
# And 5. softprops/action-gh-release will mandatorily zip them again.
- name: Repack unix artifacts with gz
shell: bash
run: |