Skip to content

Commit

Permalink
pack the packages into rootfs archive
Browse files Browse the repository at this point in the history
  • Loading branch information
friendlyarm authored Oct 14, 2022
1 parent fef8c74 commit 7483323
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ jobs:
source .current_config.mk
[ "${{ matrix.SET }}" == "docker" ] && SUFFIX="-docker"
rootfs_filename="rootfs-friendlywrt-${{ matrix.VERSION }}${SUFFIX}.tgz"
tar cvzf ../artifact/${rootfs_filename} ${FRIENDLYWRT_SRC}/${FRIENDLYWRT_ROOTFS}
tar cvzf ../artifact/${rootfs_filename} ${FRIENDLYWRT_SRC}/${FRIENDLYWRT_ROOTFS} \
${FRIENDLYWRT_SRC}/${FRIENDLYWRT_PACKAGE_DIR}
echo "##[set-output name=rootfs_filename;]$rootfs_filename"
- name: Upload rootfs package
Expand Down

0 comments on commit 7483323

Please sign in to comment.