Updated CI
Some checks failed
Build / build (push) Failing after 3s

This commit is contained in:
2026-02-13 22:08:40 +01:00
parent 2c32f19262
commit 7fac0e50bb
3 changed files with 25 additions and 82 deletions

24
.github/workflows/build.yml vendored Normal file
View File

@@ -0,0 +1,24 @@
name: Build
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build payload
run: |
docker run --rm -v "${{ github.workspace }}:/work" -w /work \
-e DEVKITARM=/opt/devkitpro/devkitARM \
devkitpro/devkitarm:20251231 make
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: OmniNX-Installer
path: output/OmniNX-Installer.bin