diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 767b8b4..2c88b7d 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -15,3 +15,10 @@ jobs: 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