Skip to content

Update testing build path #21

Update testing build path

Update testing build path #21

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 }}/test:/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