mirror of
https://github.com/juewuy/ShellCrash.git
synced 2024-11-16 19:55:57 +08:00
Update update_singbox_core.yaml
This commit is contained in:
parent
2087bc8480
commit
b42c7f5d14
2
.github/workflows/update_singbox_core.yaml
vendored
2
.github/workflows/update_singbox_core.yaml
vendored
|
@ -116,7 +116,7 @@ jobs:
|
|||
run: |
|
||||
mkdir -p ./bin/singbox
|
||||
rm -fr ./bin/singbox/*
|
||||
mv -f $dir/sing-box-linux-* ./bin/singbox/
|
||||
mv -f ./tmp/sing-box-linux-* ./bin/singbox/
|
||||
rm -fr ./tmp
|
||||
sed -i "s/singbox_v=.*/singbox_v=$(./bin/singbox/singbox-linux-amd64 version 2>/dev/null | grep -Eo 'version .*' | sed 's/version //')/" bin/version
|
||||
- name: Commit and push
|
||||
|
|
Loading…
Reference in New Issue
Block a user