upload artifacts from build process

This commit is contained in:
Corwin 2023-08-06 11:10:56 +01:00
parent ddc925ca7e
commit 3be7dd91d6
No known key found for this signature in database

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