Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Create tarball instead of allowing Publish Binaries to zip the image. We save tons of space!
  • Loading branch information
aniongithub authored Aug 23, 2021
1 parent 2d60013 commit 5ce6d76
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,14 @@ jobs:
uses: Nature40/[email protected]
with:
pifile: bootstrap.Pifile

- name: Make tarball
run: |
tar -czvf bootstrap.tar.gz bootstrap.img
- name: Publish binaries
uses: skx/github-action-publish-binaries@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: 'bootstrap.img'
args: 'bootstrap.tar.gz'

0 comments on commit 5ce6d76

Please sign in to comment.