Skip to content

Commit 3c0d397

Browse files
committed
Upload Qoob SX artifacts
1 parent 28b4a16 commit 3c0d397

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/continuous-integration-workflow.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,6 @@ jobs:
3838
uses: actions/upload-artifact@v2
3939
with:
4040
name: iplboot
41-
path: build/iplboot*
41+
path: |
42+
build/iplboot*
43+
build/qoob_sx_iplboot_upgrade.*

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ gci:
127127
qoobpro:
128128
$(BUILD_MAKE) $(OUTPUT).gcb
129129
qoobsx:
130-
$(BUILD_MAKE) $(OUTPUT_SX).elf
130+
$(BUILD_MAKE) $(OUTPUT_SX).elf $(OUTPUT_SX).dol
131131
viper:
132132
$(BUILD_MAKE) $(OUTPUT).vgc
133133
dol_compressed:

0 commit comments

Comments
 (0)