From 51dfb8feb780792bef159ef7fd3b74d13e9bc881 Mon Sep 17 00:00:00 2001 From: juewuy <61367819+juewuy@users.noreply.github.com> Date: Fri, 12 Jan 2024 21:09:43 +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 30fbafb..a80e9f5 100644 --- a/.github/workflows/update_singbox_core.yaml +++ b/.github/workflows/update_singbox_core.yaml @@ -102,7 +102,7 @@ jobs: new_name=(amd64 armv5 armv7 armv8 mips-softfloat mipsle-hardfloat mipsle-softfloat) for((i=0;i<7;i++));do mv -f ./tmp/linux-${archs[i]}/sing-box ./tmp/singbox-linux-${new_name[i]} - chmod +x ./tmp/sing-box-linux-${new_name[i]} + chmod +x ./tmp/singbox-linux-${new_name[i]} if [ "${archs[i]}" != "armv5" ];then if [[ ${archs[i]} = mips* ]];then ./upx-3.93-amd64_linux/upx ./tmp/singbox-linux-${new_name[i]}