Skip to content

Commit

Permalink
Update NanoPi-R2S RK3328 OpenWrt 19.07 Build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
soffchen authored Jan 24, 2021
1 parent 0fd9a9a commit 8c13277
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/NanoPi-R2S RK3328 OpenWrt 19.07 Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@ jobs:
rm -rf ./artifact/
mkdir -p ./artifact/
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 {} \;
cp code/out/*.img.zip ./artifact/
#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 {} \;
cp code/friendlywrt/.config ./artifact/
Expand Down

0 comments on commit 8c13277

Please sign in to comment.