ci: strip archives, reduce verbosity

This commit is contained in:
鲁树人
2025-05-08 07:02:42 +09:00
parent 896ace49fd
commit 791f9c0621
2 changed files with 16 additions and 4 deletions

View File

@@ -90,7 +90,10 @@ jobs:
path: prepare
pattern: um-*
- name: repack archive
run: ./misc/repack.sh "${{ steps.vars.outputs.git_tag }}"
run: |
apt-get update
apt-get install -y strip-nondeterminism
./misc/repack.sh "${{ steps.vars.outputs.git_tag }}"
- name: Publish all-in-one archive
uses: christopherhx/gitea-upload-artifact@v4
with: