diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e6ae94c..3070eed 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,3 +38,10 @@ jobs: - name: build test run: make test + + - uses: actions/upload-artifact@v4 + with: + name: library + path: | + lib/libsavgba.a + test/detect-save-type/detect-save-type.gba