Skip to content

Commit

Permalink
Update imagebuilder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zzsrv authored Jul 2, 2024
1 parent 4cba48b commit de83d4f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/imagebuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,9 @@ jobs:
tar -xJf *.tar.xz
cd immortalwrt-imagebuilder-23.05-SNAPSHOT-rockchip-armv8.Linux-x86_64
make image
ls bin/targets/$DEVICE_TARGET/$DEVICE_SUBTARGET/*
tar -zcvf targets.tar bin/targets/*
- name: Upload Image
uses: actions/upload-artifact@v3
with:
name: targets.tar
path: targets.tar

0 comments on commit de83d4f

Please sign in to comment.