Skip to content

Commit

Permalink
Upload Qoob SX artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
9ary committed Aug 9, 2022
1 parent 28b4a16 commit 3c0d397
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,6 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: iplboot
path: build/iplboot*
path: |
build/iplboot*
build/qoob_sx_iplboot_upgrade.*
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ gci:
qoobpro:
$(BUILD_MAKE) $(OUTPUT).gcb
qoobsx:
$(BUILD_MAKE) $(OUTPUT_SX).elf
$(BUILD_MAKE) $(OUTPUT_SX).elf $(OUTPUT_SX).dol
viper:
$(BUILD_MAKE) $(OUTPUT).vgc
dol_compressed:
Expand Down

0 comments on commit 3c0d397

Please sign in to comment.