diff --git a/.github/workflows/compile_new_ipk.yml b/.github/workflows/compile_new_ipk.yml index d10c9cd8d7..1f4b3330b3 100644 --- a/.github/workflows/compile_new_ipk.yml +++ b/.github/workflows/compile_new_ipk.yml @@ -70,7 +70,7 @@ jobs: curl -SLk --connect-timeout 30 --retry 2 "https://downloads.openwrt.org/snapshots/targets/x86/64/openwrt-sdk-x86-64_gcc-13.3.0_musl.Linux-x86_64.tar.zst" -o "./tmp/SNAPSDK.tar.zst" cd \tmp zstd -d SNAPSDK.tar.zst - tar xjf openwrt-sdk-x86-64_gcc-13.3.0_musl.Linux-x86_64.tar + tar xf openwrt-sdk-x86-64_gcc-13.3.0_musl.Linux-x86_64.tar mv "openwrt-sdk-x86-64_gcc-13.3.0_musl.Linux-x86_64" "SNAPSDK" - name: Copy OpenClash Source Codes