Skip to content

Commit

Permalink
CI: Attempted another build fix...
Browse files Browse the repository at this point in the history
  • Loading branch information
rdw-software committed Jun 15, 2021
1 parent fb1b4f1 commit aa15482
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ jobs:
with:
# TODO Mac/Linux paths?
files: dist/${{ matrix.os-prefix }}-unpacked
dest: dist/WebClient-${{ matrix.os }}.zip
dest: dist/WebClient-${{ matrix.os-prefix }}.zip

- name: Publish release assets
uses: softprops/action-gh-release@v1
# # If the commit is tagged with a version (e.g. "v1.0.0"),
# # release the app after building
# release: ${{ startsWith(github.ref, 'refs/tags/v') }}
with:
files: dist\WebClient-${{ matrix.os }}.zip
files: dist/WebClient-${{ matrix.os-prefix }}.zip
env:
github_token: ${{ secrets.github_token }}
# - name: Build/release Electron app
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.061511",
"version": "0.21.061512",
"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 aa15482

Please sign in to comment.