Skip to content

Commit ee72f3b

Browse files
committed
Small scripting fixes
1 parent 310dae6 commit ee72f3b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: Package the ROMs
22-
run: scripts/build.sh
22+
run: Scripts/build.sh
2323

2424
- name: Archive the binary
2525
uses: actions/upload-artifact@v4

Scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ cp "$ROOT_DIRECTORY/Series3/pb_v1.91f_acn/pb_v1.91f_acn.bin" pocketbk
5858
mkdir pocketbk2
5959
cp "$ROOT_DIRECTORY/Series3a/pb2_v1.30f_acn/pb2_v1.30f_acn.bin" pocketbk2
6060

61-
mkdir series5mx
61+
mkdir psion5mx
6262
cp "$ROOT_DIRECTORY/5mx/5mx_v1.05(255)_10_eng/5mx_v1.05(255)_10_eng.bin" psion5mx/5mx.rom
6363

6464
zip -r "mame-roms.zip" *

0 commit comments

Comments
 (0)