From 7c0275a8a9335276e78571f67edecb0ebe29b05b Mon Sep 17 00:00:00 2001 From: GBA bot Date: Sat, 1 Jan 2022 16:19:14 +0000 Subject: [PATCH] Fix typo in build name --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 24925e58..fe1e061c 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -52,6 +52,6 @@ jobs: - name: Run Tests for agb in release mode working-directory: agb run: cargo test --verbose --release - - name: Build examples projects + - name: Build example projects run: bash .github/scripts/build-example-gba-files.sh \ No newline at end of file