Skip to content

Let's see if I can get workflows to work #2

Let's see if I can get workflows to work

Let's see if I can get workflows to work #2

Workflow file for this run

name: Build NitroEdit
on: [push]
jobs:
NitroEdit:
runs-on: ubuntu-latest
container:
image: devkitpro/devkitarm:latest
steps:
- name: Build
run: make -C NitroEdit/
- uses: actions/upload-artifact@master
with:
name: NitroEdit
path: NitroEdit/NitroEdit.nds