mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
upload artifacts from build process
This commit is contained in:
parent
ddc925ca7e
commit
3be7dd91d6
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'
|
mdbook-version: '0.4.13'
|
||||||
- name: Build and test all crates
|
- name: Build and test all crates
|
||||||
run: just ci
|
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