Skip to content

Commit

Permalink
CI: Again...
Browse files Browse the repository at this point in the history
  • Loading branch information
rdw-software committed Jun 15, 2021
1 parent aa15482 commit 915ba4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,13 @@ jobs:
include:
- os: windows-latest
os-prefix: win
build-dir: win-unpacked
- os: macos-latest
os-prefix: mac
build-dir: mac
- os: ubuntu-latest
os-prefix: linux
build-dir: linux-unpacked

steps:
- name: Check out Git repository
Expand All @@ -42,7 +45,7 @@ jobs:
uses: papeloto/action-zip@v1
with:
# TODO Mac/Linux paths?
files: dist/${{ matrix.os-prefix }}-unpacked
files: dist/${{ matrix.build-dir }}
dest: dist/WebClient-${{ matrix.os-prefix }}.zip

- name: Publish release assets
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "revival-webclient",
"version": "0.21.061512",
"version": "0.21.061513",
"description": "Browser-based client capable of rendering networked multiplayer games using modern web technologies.",
"main": "main.js",
"homepage": "https://revivalengine.github.io/",
Expand Down

0 comments on commit 915ba4c

Please sign in to comment.