Skip to content

more compact for loops #87

more compact for loops

more compact for loops #87

Workflow file for this run

name: Build SNESFM
on: [push]
jobs:
build_rom:
runs-on: ubuntu-latest
name: Compile rom
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Get asar
run: make asar
- name: Build the thing
run: make build
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: SNESFM.zip
path: bin/*