sys-patch/.github/workflows/build_depoly.yml

22 lines
393 B
YAML
Raw Normal View History

2023-05-20 21:52:47 +02:00
name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
container: devkitpro/devkita64:latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@master
with:
submodules: recursive
2023-05-20 21:52:47 +02:00
- name: Build
run: make dist -j2
- uses: actions/upload-artifact@master
with:
name: sys-patch
path: sys-patch.zip