Skip to content

Commit

Permalink
chore: remove compress
Browse files Browse the repository at this point in the history
Signed-off-by: Han Gao <gaohan@iscas.ac.cn>
  • Loading branch information
RevySR committed Oct 9, 2023
1 parent 580ea36 commit a854067
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,16 @@ jobs:
# Install DTB
sudo cp -v arch/riscv/boot/dts/thead/{light-lpi4a.dtb,light-lpi4a-16gb.dtb,light-beagle.dtb} ${GITHUB_WORKSPACE}/rootfs/boot/
ls -al ${GITHUB_WORKSPACE}/rootfs/
popd
- name: compress
run: tar -zcvf thead-kernel-${{ matrix.name }}.tar.gz rootfs
# - name: compress
# run: tar -zcvf thead-kernel-${{ matrix.name }}.tar.gz rootfs

- name: 'Upload Artifact'
uses: actions/upload-artifact@v3
with:
name: thead-kernel-${{ matrix.name }}.tar.gz
path: thead-kernel-${{ matrix.name }}.tar.gz
name: thead-kernel-${{ matrix.name }}
path: rootfs/*
retention-days: 30

0 comments on commit a854067

Please sign in to comment.