增加singbox内核生成文件

This commit is contained in:
juewuy 2024-01-04 21:07:20 +08:00
parent 6f241add67
commit 47a4a10d55

View File

@ -25,7 +25,7 @@ jobs:
mkdir tmp
for((i=0;i<7;i++));do
wget "https://github.com/${download_project}/releases/download/v${download_version}/sing-box-${download_version}-linux-${archs[i]}.tar.gz" -O ./tmp/core.tar.gz
tar -zxvf --strip-components=1 ./tmp/core.tar.gz
tar -zxvf ./tmp/core.tar.gz --strip-components=1
mv -f ./tmp/sing-box ./tmp/singbox-linux-${new_name[i]}
chmod +x ./tmp/singbox-linux-${new_name[i]}
if [ "${archs[i]}" != "armv5" ];then