From 53b46fe721ef5365764ee64a9ad6d647b77b1441 Mon Sep 17 00:00:00 2001 From: Marcos Tischer Vallim Date: Wed, 15 Dec 2021 00:24:22 -0300 Subject: [PATCH] Update build-bionic.yml --- .github/workflows/build-bionic.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/build-bionic.yml b/.github/workflows/build-bionic.yml index 143a09c..ceb8ed9 100644 --- a/.github/workflows/build-bionic.yml +++ b/.github/workflows/build-bionic.yml @@ -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