mirror of
https://github.com/juewuy/ShellCrash.git
synced 2026-03-11 07:51:45 +00:00
已修改 .github/workflows/update_singbox_core.yaml
This commit is contained in:
2
.github/workflows/update_singbox_core.yaml
vendored
2
.github/workflows/update_singbox_core.yaml
vendored
@@ -254,7 +254,7 @@ jobs:
|
|||||||
[ "${{ inputs.tag1 }}" = reF1nd/sing-box ] && crashcore='singboxr'
|
[ "${{ inputs.tag1 }}" = reF1nd/sing-box ] && crashcore='singboxr'
|
||||||
mkdir -p ./bin/${crashcore}
|
mkdir -p ./bin/${crashcore}
|
||||||
rm -fr ./bin/${crashcore}/*
|
rm -fr ./bin/${crashcore}/*
|
||||||
mv -f ./tmp/singbox-linux-*.tar.gz ./bin/${crashcore}/
|
mv -f ./tmp/singbox-linux-* ./bin/${crashcore}/
|
||||||
rm -fr ./tmp
|
rm -fr ./tmp
|
||||||
sed -i "s/${crashcore}_v=.*/${crashcore}_v=${VERSION}/" ./bin/version
|
sed -i "s/${crashcore}_v=.*/${crashcore}_v=${VERSION}/" ./bin/version
|
||||||
git config --global user.email "github-actions[bot]@users.noreply.github.com" && git config --global user.name "github-actions[bot]"
|
git config --global user.email "github-actions[bot]@users.noreply.github.com" && git config --global user.name "github-actions[bot]"
|
||||||
|
|||||||
Reference in New Issue
Block a user