Skip to content

Revamp and modernize - v1.3 #23

Revamp and modernize - v1.3

Revamp and modernize - v1.3 #23

Workflow file for this run

name: Build GBA Project
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: docker run --rm -v ${{ github.workspace }}:/gba aaaronic/gba-compiler:1.3
- name: Upload my_project.gba
uses: actions/upload-artifact@v4
with:
name: my_project.gba
path: ${{ github.workspace }}/my_project.gba