Skip to content

Commit 08e27e9

Browse files
committed
Attempt to fix permission issue in GH actions
1 parent 8008a06 commit 08e27e9

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/make-release-roms

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
set -euxo pipefail
33

44
./docker-make clean all
5-
mv out/rom.bin /tmp/rom_standard.bin
5+
mv out/rom.bin out/rom_standard.bin
66

77
./docker-make clean all ROM_TYPE=MEGAWIFI
8-
mv out/rom.bin /tmp/rom_megawifi.bin
9-
10-
mv /tmp/rom_standard.bin out/
11-
mv /tmp/rom_megawifi.bin out/
8+
mv out/rom.bin out/rom_megawifi.bin

0 commit comments

Comments
 (0)