Files
Psion-ROM/.github/workflows/build.yaml
2026-01-19 17:30:18 -10:00

29 lines
446 B
YAML

name: build
on:
pull_request:
branches: [ main ]
push:
branches: [ main ]
workflow_dispatch:
jobs:
archive-build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Package the ROMs
run: scripts/build.sh
- name: Archive the binary
uses: actions/upload-artifact@v4
with:
path: build/mame-roms.zip
if-no-files-found: error