Skip to content

Commit

Permalink
fix: 解压
Browse files Browse the repository at this point in the history
  • Loading branch information
1021683053 committed Oct 10, 2024
1 parent 3b4d35c commit a922773
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,7 @@ jobs:
echo "版本不支持,请选择 21.02.0 或 23.05.0。"
exit 1
fi
wget "$url" openwrt-sdk.tar.xz
wget -O ./openwrt-sdk.tar.xz "$url"
mkdir openwrt-sdk
tar -xf openwrt-sdk.tar.xz -C openwrt-sdk --strip-components 1
ls -al openwrt-sdk

0 comments on commit a922773

Please sign in to comment.