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 Sep 26, 2022
1 parent 57a2f8a commit d9af041
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-bionic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,10 @@ jobs:
cd scripts
sed -i -E 's/TARGET_UBUNTU_VERSION=(.*)/TARGET_UBUNTU_VERSION="bionic"/g' default_config.sh
./build.sh -
- name: Archive artifacts
uses: actions/upload-artifact@v3
with:
name: ubuntu-from-scratch
path: |
scripts/ubuntu-from-scratch.iso
scripts/image/md5sum.txt

0 comments on commit d9af041

Please sign in to comment.