From 45374cbfd44cac2d94b7dfbe96056d485ae87930 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 5 Mar 2025 17:54:04 -1000 Subject: [PATCH] ;ci: cleanups --- .github/workflows/release.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aa23b9990..f1d422de3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: |