mirror of
https://github.com/juewuy/ShellCrash.git
synced 2026-03-13 17:01:38 +00:00
Update update_meta_core.yaml
This commit is contained in:
2
.github/workflows/update_meta_core.yaml
vendored
2
.github/workflows/update_meta_core.yaml
vendored
@@ -185,6 +185,7 @@ jobs:
|
|||||||
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
|
||||||
mv -f ./tmp/linux-${arch}/meta ./tmp/clash-linux-${arch}.upx
|
mv -f ./tmp/linux-${arch}/meta ./tmp/clash-linux-${arch}.upx
|
||||||
|
chmod +x ./tmp/clash-linux-${arch}.upx
|
||||||
case "${arch}" in
|
case "${arch}" in
|
||||||
armv5|mips* )
|
armv5|mips* )
|
||||||
./upx-3.94-amd64_linux/upx -9 --no-lzma ./tmp/clash-linux-${arch}.upx
|
./upx-3.94-amd64_linux/upx -9 --no-lzma ./tmp/clash-linux-${arch}.upx
|
||||||
@@ -243,3 +244,4 @@ jobs:
|
|||||||
retain_days: 1
|
retain_days: 1
|
||||||
keep_minimum_runs: 2
|
keep_minimum_runs: 2
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user