From ebe16cf874288a205ed6c7c76d65c08c2f1b2bd1 Mon Sep 17 00:00:00 2001 From: Astatin Date: Wed, 18 Jun 2025 18:01:40 +0200 Subject: Fixing github action (for the last time surely yepyep :3) --- .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 560b862..1432e95 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -24,7 +24,7 @@ jobs: - name: Build BootROM run: ./gbasm_linux-x86_64 assets/Astatin-bootrom.gbasm assets/dmg_boot.bin - name: Build Emulator - run: cargo build --verbose + run: cargo build --release --verbose - name: Rename to clarify OS & architecture run: mv target/release/emulator gb_linux-x86_64 - uses: "marvinpinto/action-automatic-releases@latest" -- cgit v1.2.3-70-g09d2