;ci: cleanups
This commit is contained in:
parent
58c277123e
commit
45374cbfd4
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -116,8 +116,12 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
ls -lRFh artifacts
|
ls -lRFh artifacts
|
||||||
|
|
||||||
# Artifacts are zip files because upload-artifact always zips.
|
# The unix files were
|
||||||
# Here we can switch to more unix-standard gz.
|
# 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
|
- name: Repack unix artifacts with gz
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user