File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 18
18
ENABLE_SANITISE_CHECKS : 1
19
19
run : |
20
20
./.github/workflows/make-release-roms
21
+ - name : Upload ROMs
22
+ uses : actions/upload-artifact@v4
23
+ with :
24
+ name : roms
25
+ path : |
26
+ out/rom_standard.bin
27
+ out/rom_megawifi.bin
21
28
- name : Report test results
22
29
uses : ashley-taylor/junit-report-annotations-action@1.3
23
30
if : always()
37
44
release_name : ${{ github.ref }}
38
45
draft : false
39
46
prerelease : false
40
- - name : Upload Standard ROM
47
+ - name : Add Standard ROM to release
41
48
id : upload_standard_rom
42
49
if : startsWith(github.ref, 'refs/tags/')
43
50
uses : actions/upload-release-asset@v1
48
55
asset_path : ./out/rom_standard.bin
49
56
asset_name : mega-drive-midi-interface-${{ steps.get_version.outputs.VERSION }}.bin
50
57
asset_content_type : application/octet-stream
51
- - name : Upload MegaWiFi ROM
58
+ - name : Add MegaWiFi ROM to release
52
59
id : upload_megawifi_rom
53
60
if : startsWith(github.ref, 'refs/tags/')
54
61
uses : actions/upload-release-asset@v1
You can’t perform that action at this time.
0 commit comments