Update update_meta_core_test.yaml

This commit is contained in:
juewuy
2024-01-29 18:52:50 +08:00
committed by GitHub
parent 6d2edbdcd8
commit 147c558e5f

View File

@@ -145,7 +145,7 @@ jobs:
- name: Zip core by tar
run: |
for arch in amd64 armv5 armv7 arm64 mips-softfloat mipsel-hardfloat mipsel-softfloat;do
for arch in amd64 ;do
mv -f ./tmp/linux-${arch}/meta ./tmp/CrashCore
chmod +x ./tmp/CrashCore
tar --no-same-owner -zcvf ./tmp/meta-linux-${arch}.tar.gz -C ./tmp CrashCore