mirror of
https://github.com/juewuy/ShellCrash.git
synced 2026-03-12 00:11:31 +00:00
Update update_meta_core.yaml
This commit is contained in:
3
.github/workflows/update_meta_core.yaml
vendored
3
.github/workflows/update_meta_core.yaml
vendored
@@ -196,7 +196,7 @@ jobs:
|
|||||||
done
|
done
|
||||||
|
|
||||||
- name: Zip core by tar
|
- name: Zip core by tar
|
||||||
if: !endsWith(env.PUSHDIR, '_upx')
|
if: ${{ !endsWith(env.PUSHDIR, '_upx') }}
|
||||||
run: |
|
run: |
|
||||||
for arch in amd64 armv5 armv7 arm64 386 mips-softfloat mipsle-hardfloat mipsle-softfloat;do
|
for arch in amd64 armv5 armv7 arm64 386 mips-softfloat mipsle-hardfloat mipsle-softfloat;do
|
||||||
[ ! -f ./tmp/linux-${arch}/meta ] && continue
|
[ ! -f ./tmp/linux-${arch}/meta ] && continue
|
||||||
@@ -242,3 +242,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
retain_days: 1
|
retain_days: 1
|
||||||
keep_minimum_runs: 2
|
keep_minimum_runs: 2
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user