Upload games as build outputs (#472)

- [x] no changelog update needed
This commit is contained in:
Corwin 2023-08-06 13:44:01 +02:00 committed by GitHub
commit 9c96880a5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,3 +45,8 @@ jobs:
mdbook-version: '0.4.13'
- name: Build and test all crates
run: just ci
- name: Upload build artifacts
uses: actions/upload-artifact@v3
with:
name: example-games
path: ~/target/*.gba