Skip to content

Make ISO

Make ISO #2

Workflow file for this run

name: Make ISO
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: make
run: make
- uses: ilammy/setup-nasm@v1
- name: Upload ISO
uses: actions/[email protected]
with:
path: ./template.iso
retention-days: 90