Merge branch 'dev' of https://github.com/juewuy/ShellCrash into dev
This commit is contained in:
2
.github/workflows/update_meta_core_test.yaml
vendored
2
.github/workflows/update_meta_core_test.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user