Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/juewuy/ShellCrash into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
juewuy committed Jan 30, 2024
2 parents 1a14d3f + 147c558 commit 827f70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_meta_core_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 827f70a

Please sign in to comment.