mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 00:01:34 +11:00
commit
9c96880a5f
5
.github/workflows/build-and-test.yml
vendored
5
.github/workflows/build-and-test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue