diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index a0fb18d..938efcd 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -48,3 +48,8 @@ jobs: run: | . ~/.nix-profile/etc/profile.d/nix.sh make -C os live-iso + + - uses: actions/upload-artifact@v1 + with: + name: $Placeholder OS Live ISO + path: os/appvm.iso