diff options
author | Astatin <[email protected]> | 2025-06-18 18:01:40 +0200 |
---|---|---|
committer | Astatin <[email protected]> | 2025-06-18 18:01:40 +0200 |
commit | ebe16cf874288a205ed6c7c76d65c08c2f1b2bd1 (patch) | |
tree | f353e051d384312e5e079804c918ebd507325049 | |
parent | dbc9e0ae83d353dc3fdf7587cfa49da0363de582 (diff) |
Fixing github action (for the last time surely yepyep :3)
-rw-r--r-- | .github/workflows/rust.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |