File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -11,19 +11,19 @@ jobs:
1111 runs-on : ${{ matrix.os }}
1212
1313 strategy :
14- max-parallel : 1
14+ max-parallel : 6
1515 fail-fast : false
1616 matrix :
1717 os : [macos-latest, ubuntu-latest, windows-latest]
1818 include :
1919 - os : windows-latest
20- os-prefix : win
20+ os-prefix : Windows
2121 build-dir : win-unpacked
2222 - os : macos-latest
23- os-prefix : mac
23+ os-prefix : MacOS
2424 build-dir : mac
2525 - os : ubuntu-latest
26- os-prefix : linux
26+ os-prefix : Ubuntu
2727 build-dir : linux-unpacked
2828
2929 steps :
4444 - name : Create release assets
4545 uses : papeloto/action-zip@v1
4646 with :
47- # TODO Mac/Linux paths?
4847 files : dist/${{ matrix.build-dir }}
4948 dest : dist/WebClient-${{ matrix.os-prefix }}.zip
5049
5655 with :
5756 files : dist/WebClient-${{ matrix.os-prefix }}.zip
5857 env :
59- github_token : ${{ secrets.github_token }}
58+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6059 # - name: Build/release Electron app
6160 # uses: samuelmeuli/action-electron-builder@v1
6261 # with:
Original file line number Diff line number Diff line change 11{
22 "name" : " revival-webclient" ,
3- "version" : " 0.21.061514 " ,
3+ "version" : " 0.21.061515 " ,
44 "description" : " Browser-based client capable of rendering networked multiplayer games using modern web technologies." ,
55 "main" : " main.js" ,
66 "homepage" : " https://revivalengine.github.io/" ,
You can’t perform that action at this time.
0 commit comments