From 9887587c110c4453290bbced6e0221b932861b02 Mon Sep 17 00:00:00 2001 From: laqieer Date: Tue, 24 Dec 2024 15:24:54 +0800 Subject: [PATCH] Upload built library to artifact in CI --- .github/workflows/main.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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