Skip to content

Make ISO

Make ISO #1

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
- name: Upload ISO
uses: actions/[email protected]
with:
path: ./template.iso
retention-days: 90