更新 .gitea/workflows/7zip_update.yml
Some checks failed
7zip_update / update-rules (push) Successful in 23s
zellij_update / update-rules (push) Failing after 16s

This commit is contained in:
2025-10-23 09:26:12 -07:00
parent aa7215ee72
commit 16b2af99c3

View File

@@ -25,14 +25,14 @@ jobs:
curl -L "https://www.7-zip.org/a/7z2501-linux-x64.tar.xz" -o "7z.tar.xz" --fail --silent --show-error \
&& tar -xvf 7z.tar.xz -C tmp/ \
&& mv tmp/7zz app/ \
&& rm tmp/*
&& rm -rf tmp/*
curl -L "https://www.7-zip.org/a/7z2501-linux-arm64.tar.xz" \
-o "7z.tar.xz" \
--fail --silent --show-error \
&& tar -xvf 7z.tar.xz -C tmp/ \
&& mv tmp/7zz app/7zz_arm64 \
&& rm tmp/*
&& rm -rf tmp/*
- name: 提交更改
run: |