From 4066e347ef688c876a455ff78d16c2194d7ad92b Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Sun, 5 Jan 2020 07:02:34 +0000 Subject: [PATCH] GitHub Actions: iso artifact --- .github/workflows/ubuntu.yml | 5 +++++ 1 file changed, 5 insertions(+) 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