1
0
Files
NickelMenu-custom/.github/workflows/build.yaml
2025-08-14 22:14:25 -04:00

21 lines
434 B
YAML

name: Build
on: [push, pull_request, workflow_dispatch]
jobs:
build:
name: NickelMenu
runs-on: ubuntu-latest
container: ghcr.io/pgaskin/nickeltc:1.0
steps:
- name: Checkout
uses: actions/checkout@v5
with:
submodules: true
- name: Build
run: make all koboroot
- name: Upload
uses: actions/upload-artifact@v4
with:
name: NickelMenu
path: KoboRoot.tgz