diff --git a/.github/workflows/build-bionic.yml b/.github/workflows/build-bionic.yml index ceb8ed9..4e55766 100644 --- a/.github/workflows/build-bionic.yml +++ b/.github/workflows/build-bionic.yml @@ -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 diff --git a/.github/workflows/build-focal.yml b/.github/workflows/build-focal.yml index 89af8d0..6de719b 100644 --- a/.github/workflows/build-focal.yml +++ b/.github/workflows/build-focal.yml @@ -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