From 028a85093869d3ba66a12ad4e294dfcfb22ed65d Mon Sep 17 00:00:00 2001 From: laqieer Date: Tue, 24 Dec 2024 15:24:54 +0800 Subject: [PATCH] ci: upload built library to artifact --- .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