From 5bbf110ae123eeb9c7c842fbee63eb5b3130da47 Mon Sep 17 00:00:00 2001 From: GBA bot Date: Sat, 1 Jan 2022 19:05:30 +0000 Subject: [PATCH] Temporarily list all files in the target directory --- .github/scripts/build-example-gba-files.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/scripts/build-example-gba-files.sh b/.github/scripts/build-example-gba-files.sh index 7919e023..3072a113 100755 --- a/.github/scripts/build-example-gba-files.sh +++ b/.github/scripts/build-example-gba-files.sh @@ -14,6 +14,8 @@ function build_rom() { pushd "examples/$GAME_NAME" cargo build --release --verbose --target thumbv4t-none-eabi + find target + arm-none-eabi-objcopy -O binary "target/thumbv4t-none-eabi/release/$GAME_NAME" "$GBA_FILE" gbafix -p "-t${INTERNAL_NAME:0:12}" "-c${INTERNAL_NAME:0:4}" -mGC "$GBA_FILE"