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 b9a48a7 commit 53b46fe
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/build-bionic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,3 @@ jobs:
cd scripts
sed -i -E 's/TARGET_UBUNTU_VERSION=(.*)/TARGET_UBUNTU_VERSION="bionic"/g' default_config.sh
./build.sh -
- name: Compress
run: |
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:
tag_name: bionic-latest
prerelease: true
files: |
scripts/ubuntu-from-scratch.iso.gz

0 comments on commit 53b46fe

Please sign in to comment.