aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-06-18 19:51:41 +0200
committerAstatin <[email protected]>2025-06-18 19:51:41 +0200
commit1dd87c87f20272a6be96d7086dcc21f868e53cd2 (patch)
tree2e474fddbc32de39f030e02d2363f30f69fcf38a /.github
parenta82b9ba9e92a188fd2bf2be85384414a4121d119 (diff)
Rename rom to game.gb in github action
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/game.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/game.yml b/.github/workflows/game.yml
index b0bc5df..2277492 100644
--- a/.github/workflows/game.yml
+++ b/.github/workflows/game.yml
@@ -25,7 +25,7 @@ jobs:
run: chmod +x gbasm_linux-x86_64
- name: Build ROM
- run: make GBASM=./gbasm_linux-x86_64 build/main.rom && cp build/main.rom main.gb
+ run: make GBASM=./gbasm_linux-x86_64 build/main.rom && cp build/main.rom game.gb
- name: Build Linux Makeself Executable
run: make GBASM=./gbasm_linux-x86_64 MAKESELF=./makeself-2.5.0/makeself.sh build/game_linux_x86-64 && cp build/game_linux_x86-64 .
@@ -37,4 +37,4 @@ jobs:
title: "Development Build"
files: |
game_linux_x86-64
- main.gb
+ game.gb