Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

Set a name for the job #4

Set a name for the job

Set a name for the job #4

Workflow file for this run

name: Continuous Integration
on: [pull_request, push, workflow_dispatch]
jobs:
build:
name: Build
runs-on: ubuntu-latest
container: devkitpro/devkitppc:latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: make all
- name: Upload
uses: actions/upload-artifact@v4
with:
name: Releases
path: '**/*.dol'