File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 6464 run : |
6565 make release COMMIT_HASH=${GITHUB_SHA::7} BINDIR=PS2_HDD/ HDD=1 ${{ env.DEBUG }} PRINTF=${{ github.event.inputs.name }}
6666
67+ - name : Compile PS2 MMCE build
68+ run : |
69+ make release COMMIT_HASH=${GITHUB_SHA::7} BINDIR=PS2_MMCE/ MMCE=1 ${{ env.DEBUG }} PRINTF=${{ github.event.inputs.name }}
70+
71+ - name : Compile PSX MMCE build
72+ run : |
73+ make release COMMIT_HASH=${GITHUB_SHA::7} BINDIR=PSX_MMCE/ PSX=1 MMCE=1 ${{ env.DEBUG }} PRINTF=${{ github.event.inputs.name }}
74+
6775 - name : list
6876 run : |
6977 git ls-files -i --exclude-standard -c
7684 mv PSX/ release/PSX/
7785 mv PS2_HDD/ release/PS2_HDD/
7886 mv PS2_MX4SIO/ release/PS2_MX4SIO/
87+ mv PS2_MMCE/ release/PS2_MMCE/
88+ mv PSX_MMCE/ release/PSX_MMCE/
7989
8090 - name : pack release
8191 run : |
92102 name : PS2BBL
93103 path : |
94104 release/*
95-
105+
96106 - name : Create prerelease
97107 if : github.ref == 'refs/heads/main'
98108 uses : mathieucarbou/marvinpinto-action-automatic-releases@latest
You can’t perform that action at this time.
0 commit comments