mirror of
https://github.com/juewuy/ShellCrash.git
synced 2026-03-11 07:51:45 +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
|
||||
|
||||
- name: Zip core by tar
|
||||
if: !endsWith(env.PUSHDIR, '_upx')
|
||||
if: ${{ !endsWith(env.PUSHDIR, '_upx') }}
|
||||
run: |
|
||||
for arch in amd64 armv5 armv7 arm64 386 mips-softfloat mipsle-hardfloat mipsle-softfloat;do
|
||||
[ ! -f ./tmp/linux-${arch}/meta ] && continue
|
||||
@@ -242,3 +242,4 @@ jobs:
|
||||
with:
|
||||
retain_days: 1
|
||||
keep_minimum_runs: 2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user