Files
gb-snake/.github/workflows/push.yaml
Peter Siegmund 14b3c286e2 save artifact
Signed-off-by: Peter Siegmund <developer@mars3142.org>
2023-11-17 10:03:10 +01:00

25 lines
490 B
YAML

name: Build on push
on: [push]
jobs:
build:
runs-on: ubuntu-latest
name: Build gbdk project
steps:
- uses: actions/checkout@v2
- name: Build
uses: wujood/gbdk-2020-github-builder@1.0.7
with:
subdirectory: ./src
output-name: gb-snake
source: main.c
- name: Archive production artifacts
uses: actions/upload-artifact@v3
with:
name: dist-gb-file
path: |
obj/*.gb