File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -228,11 +228,15 @@ jobs:
228228
229229 - name : ' [Windows] Unzip FujiNet-PC into dist'
230230 if : ${{ startsWith(matrix.target, 'windows') && github.event.inputs.releaseBuild == 'true' }}
231- run : 7z x -ofujinet-pc-launcher/dist fujinet-pc-ATARI_*_${{ matrix.target }}.zip
231+ run : |
232+ 7z x -ofujinet-pc-launcher/dist fujinet-pc-ATARI_*_${{ matrix.target }}.zip
233+ mv fujinet-pc-launcher/dist/fujinet-pc-ATARI fujinet-pc-launcher/dist/fujinet-pc
232234
233235 - name : ' [macOS] Uncompress FujiNet-PC into launcher.app'
234236 if : ${{ startsWith(matrix.target, 'macos') && github.event.inputs.releaseBuild == 'true' }}
235- run : tar -xzf fujinet-pc-ATARI_*_${{ matrix.target }}.tar.gz -C fujinet-pc-launcher/dist/launcher.app/Contents
237+ run : |
238+ tar -xzf fujinet-pc-ATARI_*_${{ matrix.target }}.tar.gz -C fujinet-pc-launcher/dist/launcher.app/Contents
239+ mv fujinet-pc-launcher/dist/launcher.app/Contents/fujinet-pc-ATARI fujinet-pc-launcher/dist/launcher.app/Contents/fujinet-pc
236240
237241 - name : ' [macOS] Remove dist/launcher (keep launcher.app only)'
238242 if : ${{ startsWith(matrix.target, 'macos') && github.event.inputs.releaseBuild == 'true' }}
You can’t perform that action at this time.
0 commit comments