Skip to content

Commit

Permalink
Update build-bionic.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mvallim authored Dec 15, 2021
1 parent e4d0972 commit b8c57d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-bionic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ jobs:
./build.sh -
- name: Compress
run: |
gzip scripts/ubuntu-from-scratch.iso
gzip -9 scripts/ubuntu-from-scratch.iso
- name: Release
uses: softprops/action-gh-release@v1
if: ${{ github.base_ref != null }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit b8c57d2

Please sign in to comment.