mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2024-11-17 13:52:40 +00:00
GitHub Actions: iso artifact
This commit is contained in:
parent
de77abd3ee
commit
4066e347ef
5
.github/workflows/ubuntu.yml
vendored
5
.github/workflows/ubuntu.yml
vendored
|
@ -48,3 +48,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
. ~/.nix-profile/etc/profile.d/nix.sh
|
. ~/.nix-profile/etc/profile.d/nix.sh
|
||||||
make -C os live-iso
|
make -C os live-iso
|
||||||
|
|
||||||
|
- uses: actions/upload-artifact@v1
|
||||||
|
with:
|
||||||
|
name: $Placeholder OS Live ISO
|
||||||
|
path: os/appvm.iso
|
||||||
|
|
Loading…
Reference in a new issue