diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 44afbeb8..d2c62720 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -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