Skip to content

switch: Adjust default joy-con mapping #42

switch: Adjust default joy-con mapping

switch: Adjust default joy-con mapping #42

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build-binary:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: build binary
run: |
docker build . -t builder
docker run --rm -v ${PWD}:/project builder make dist
- uses: actions/upload-artifact@v4
with:
name: Bloopair_nightly
path: dist/*