mirror of
https://github.com/mvallim/live-custom-ubuntu-from-scratch.git
synced 2025-07-20 17:50:23 +00:00
Merge pull request #49 from mvallim/mvallim-patch-1
Update build-bionic.yml
This commit is contained in:
7
.github/workflows/build-bionic.yml
vendored
7
.github/workflows/build-bionic.yml
vendored
@ -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
|
||||
|
7
.github/workflows/build-focal.yml
vendored
7
.github/workflows/build-focal.yml
vendored
@ -19,3 +19,10 @@ jobs:
|
||||
cd scripts
|
||||
sed -i -E 's/TARGET_UBUNTU_VERSION=(.*)/TARGET_UBUNTU_VERSION="focal"/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
|
||||
|
Reference in New Issue
Block a user