Skip to content

Update README.md

Update README.md #9

Workflow file for this run

name: build
on: [workflow_dispatch, push]
jobs:
build:
runs-on: ubuntu-latest
container: pixelkiri/devkitpro-alpine-switch:latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true
- name: Build
run: |
make -j2
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: artifacts
path: ./deploy/*