Skip to content

Commit

Permalink
fix electron build (skip deploy)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrpne committed Sep 6, 2021
1 parent 3e72837 commit 3df3840
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-publish-electron-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '14.x'

- run: npm ci

Expand All @@ -59,9 +59,9 @@ jobs:
- name: Fix mac zip asset
run: |
cd tmp/electron
rm minter-console-$(echo ${{ env.BUILD_TAG }} | sed 's:v::')-mac.zip
rm minter-console-$(echo ${{ env.BUILD_TAG }} | sed 's:v::')-x64-mac.zip
cp -a mac/ ./
zip -r -y minter-console-$(echo ${{ env.BUILD_TAG }} | sed 's:v::')-mac.zip "./Minter Console.app"
zip -r -y minter-console-$(echo ${{ env.BUILD_TAG }} | sed 's:v::')-x64-mac.zip "./Minter Console.app"
- name: Release
uses: softprops/action-gh-release@35d938cf01f60fbe522917c81be1e892074f6ad6
Expand Down

0 comments on commit 3df3840

Please sign in to comment.