Skip to content

Commit dba4e43

Browse files
committed
CI: Again...
1 parent 3afd7e4 commit dba4e43

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff 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:
@@ -44,7 +44,6 @@ jobs:
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

@@ -56,7 +55,7 @@ jobs:
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:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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/",

0 commit comments

Comments
 (0)