From 3be7dd91d6963c8d51dfde587b1fccb9260de079 Mon Sep 17 00:00:00 2001 From: Corwin Date: Sun, 6 Aug 2023 11:10:56 +0100 Subject: [PATCH] upload artifacts from build process --- .github/workflows/build-and-test.yml | 5 +++++ 1 file changed, 5 insertions(+) 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