Skip to content

Commit

Permalink
save new image
Browse files Browse the repository at this point in the history
  • Loading branch information
crschardt committed Jun 24, 2024
1 parent fefc7f4 commit ded003d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,17 @@ jobs:
commands: |
touch ./test
- name: Compress built image
run: |
mv ${{ steps.install_deps.outputs.image }} testimage.img
sudo xz -T 0 -v testimage.img
- uses: actions/[email protected]
with:
name: testimage.img.xz
path: testimage.img.xz
if-no-files-found: error
retention-days: 1

# jobs:
# build:
Expand Down

0 comments on commit ded003d

Please sign in to comment.