Skip to content

add drc_free (currently not very interesting) #121

add drc_free (currently not very interesting)

add drc_free (currently not very interesting) #121

Workflow file for this run

on: [push]
name: Build r3Ddragon
jobs:
build:
runs-on: ubuntu-latest
container: devkitpro/devkitarm
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: build r3Ddragon
run: make release
- uses: actions/upload-artifact@v3
with:
name: r3Ddragon.cia
path: r3Ddragon.cia
- uses: actions/upload-artifact@v3
with:
name: r3Ddragon.3dsx
path: r3Ddragon.3dsx