Skip to content

Commit

Permalink
forgot to build iso
Browse files Browse the repository at this point in the history
  • Loading branch information
YiraSan committed Jan 3, 2025
1 parent fa9a129 commit fca7351
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
mkdir -p .zig-cache
- run: |
zig build -Ddevice=q35
zig build iso -Ddevice=q35
mv ./zig-out/iso/violet.iso ./violet-q35.iso
- run: |
zig build -Ddevice=virt
zig build iso -Ddevice=virt
mv ./zig-out/iso/violet.iso ./violet-virt.iso
- uses: "marvinpinto/action-automatic-releases@latest"
Expand Down

0 comments on commit fca7351

Please sign in to comment.