Skip to content

Commit

Permalink
ci: upload built library to artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
laqieer committed Dec 24, 2024
1 parent 70acc20 commit 028a850
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 028a850

Please sign in to comment.