We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b21d94 commit c019ed8Copy full SHA for c019ed8
.github/workflows/CI.yml
@@ -63,6 +63,10 @@ jobs:
63
run: |
64
make release COMMIT_HASH=${GITHUB_SHA::7} BINDIR=PS2_HDD/ HDD=1 ${{ env.DEBUG }} PRINTF=${{ github.event.inputs.name }}
65
66
+ - name: Compile PS2 MBR build
67
+ run: |
68
+ make release COMMIT_HASH=${GITHUB_SHA::7} BINDIR=PS2_HDD/MBR/ HDD=1 BUILDING_MBR=1 HOMEBREW_IRX=1 ${{ env.DEBUG }} PRINTF=${{ github.event.inputs.name }}
69
+
70
- name: list
71
72
git ls-files -i --exclude-standard -c
@@ -74,6 +78,7 @@ jobs:
74
78
mv PS2/ release/PS2/
75
79
mv PSX/ release/PSX/
76
80
mv PS2_HDD/ release/PS2_HDD/
81
+ mv PS2_HDD/MBR/ release/PS2_HDD/MBR/
77
82
mv PS2_MX4SIO/ release/PS2_MX4SIO/
83
84
- name: pack release
0 commit comments