Skip to content

Commit 8c13277

Browse files
authored
Update NanoPi-R2S RK3328 OpenWrt 19.07 Build.yml
1 parent 0fd9a9a commit 8c13277

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/NanoPi-R2S RK3328 OpenWrt 19.07 Build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,8 @@ jobs:
180180
rm -rf ./artifact/
181181
mkdir -p ./artifact/
182182
183-
find code/out/ -name "FriendlyWrt_*img*" | xargs -I{} sh -c 'f=$(basename $1); zip -r -j "./artifact/${f}.zip" $1' sh {} \;
183+
#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/
184185
#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 {} \;
185186
186187
cp code/friendlywrt/.config ./artifact/

0 commit comments

Comments
 (0)