From aa1548295f5762a76e5811b368ee71661ca58d62 Mon Sep 17 00:00:00 2001 From: RDW Date: Tue, 15 Jun 2021 23:46:47 +0200 Subject: [PATCH] CI: Attempted another build fix... --- .github/workflows/build.yml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 390b963..5ebd75a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ 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 @@ -51,7 +51,7 @@ jobs: # # 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 diff --git a/package.json b/package.json index 88f373f..60f1e13 100644 --- a/package.json +++ b/package.json @@ -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/",