mirror of
https://github.com/mars3142/gb-snake.git
synced 2026-03-12 19:49:05 +00:00
7
.github/workflows/push.yaml
vendored
7
.github/workflows/push.yaml
vendored
@@ -15,3 +15,10 @@ jobs:
|
|||||||
subdirectory: ./src
|
subdirectory: ./src
|
||||||
output-name: gb-snake
|
output-name: gb-snake
|
||||||
source: main.c
|
source: main.c
|
||||||
|
|
||||||
|
- name: Archive production artifacts
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: dist-gb-file
|
||||||
|
path: |
|
||||||
|
obj/*.gb
|
||||||
|
|||||||
Reference in New Issue
Block a user