Skip to content

Commit 3c7413d

Browse files
committed
Add back zip build artifact
1 parent b030701 commit 3c7413d

4 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/bundle-desktop.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,6 @@ jobs:
6060
name: celowallet-artifacts
6161
path: |
6262
dist-electron/*-mac*.dmg
63+
dist-electron/*-mac*.zip
6364
dist-electron/*-linux*.AppImage
6465
dist-electron/*-win*.exe

electron-builder.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ mac:
2121
entitlementsInherit: electron/build/mac/entitlements.plist
2222
target:
2323
- dmg
24+
- zip
2425

2526
linux:
2627
artifactName: ${productName}-${version}-${os}-${arch}.${ext}

package-electron.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "celo-web-wallet",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A lightweight web and desktop wallet for the Celo network",
55
"main": "main.js",
66
"keywords": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "celo-web-wallet",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A lightweight web and desktop wallet for the Celo network",
55
"keywords": [
66
"Celo",

0 commit comments

Comments
 (0)