From b42c7f5d14181b914bddd293d966751fd8943a75 Mon Sep 17 00:00:00 2001 From: juewuy <61367819+juewuy@users.noreply.github.com> Date: Fri, 12 Jan 2024 20:44:10 +0800 Subject: [PATCH] Update update_singbox_core.yaml --- .github/workflows/update_singbox_core.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_singbox_core.yaml b/.github/workflows/update_singbox_core.yaml index 9a2a5c5..9c63818 100644 --- a/.github/workflows/update_singbox_core.yaml +++ b/.github/workflows/update_singbox_core.yaml @@ -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