We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 310dae6 commit ee72f3bCopy full SHA for ee72f3b
2 files changed
.github/workflows/build.yaml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@v4
20
21
- name: Package the ROMs
22
- run: scripts/build.sh
+ run: Scripts/build.sh
23
24
- name: Archive the binary
25
uses: actions/upload-artifact@v4
Scripts/build.sh
@@ -58,7 +58,7 @@ cp "$ROOT_DIRECTORY/Series3/pb_v1.91f_acn/pb_v1.91f_acn.bin" pocketbk
58
mkdir pocketbk2
59
cp "$ROOT_DIRECTORY/Series3a/pb2_v1.30f_acn/pb2_v1.30f_acn.bin" pocketbk2
60
61
-mkdir series5mx
+mkdir psion5mx
62
cp "$ROOT_DIRECTORY/5mx/5mx_v1.05(255)_10_eng/5mx_v1.05(255)_10_eng.bin" psion5mx/5mx.rom
63
64
zip -r "mame-roms.zip" *
0 commit comments