We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e72837 commit 3df3840Copy full SHA for 3df3840
1 file changed
.github/workflows/build-and-publish-electron-desktop.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Setup Node
49
uses: actions/setup-node@v1
50
with:
51
- node-version: '12.x'
+ node-version: '14.x'
52
53
- run: npm ci
54
@@ -59,9 +59,9 @@ jobs:
59
- name: Fix mac zip asset
60
run: |
61
cd tmp/electron
62
- 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
63
cp -a mac/ ./
64
- 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"
65
66
- name: Release
67
uses: softprops/action-gh-release@35d938cf01f60fbe522917c81be1e892074f6ad6
0 commit comments