We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fd9a9a commit 8c13277Copy full SHA for 8c13277
1 file changed
.github/workflows/NanoPi-R2S RK3328 OpenWrt 19.07 Build.yml
@@ -180,7 +180,8 @@ jobs:
180
rm -rf ./artifact/
181
mkdir -p ./artifact/
182
183
- find code/out/ -name "FriendlyWrt_*img*" | xargs -I{} sh -c 'f=$(basename $1); zip -r -j "./artifact/${f}.zip" $1' sh {} \;
+ #find code/out/ -name "FriendlyWrt_*img" | xargs -I{} sh -c 'f=$(basename $1); zip -r -j "./artifact/${f}.zip" $1' sh {} \;
184
+ cp code/out/*.img.zip ./artifact/
185
#find code/friendlywrt/bin/targets/rockchip-rk3328/generic -name "openwrt*-squashfs.img" | xargs -I{} sh -c 'f=$(basename $1); zip -r -j "./artifact/${f}.zip" $1' sh {} \;
186
187
cp code/friendlywrt/.config ./artifact/
0 commit comments