Skip to content

Commit c36533b

Browse files
committed
Prepare v0.3.5 release workflow
1 parent 7e0f26d commit c36533b

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: npm ci
2929

3030
- name: Build Linux packages
31-
run: npx electron-builder --linux AppImage deb rpm
31+
run: npx electron-builder --linux AppImage deb rpm --publish never
3232

3333
- name: Upload Linux artifacts
3434
uses: actions/upload-artifact@v4
@@ -56,7 +56,7 @@ jobs:
5656
run: npm ci
5757

5858
- name: Build Windows installer
59-
run: npx electron-builder --win nsis
59+
run: npx electron-builder --win nsis --publish never
6060

6161
- name: Upload Windows artifacts
6262
uses: actions/upload-artifact@v4

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zap-browser",
3-
"version": "0.3.3",
3+
"version": "0.3.5",
44
"description": "Privacy-first Bitcoin browser with Lightning, Liquid, Cashu and Nostr",
55
"main": "src/main/index.js",
66
"scripts": {
@@ -16,7 +16,8 @@
1616
"linux": {
1717
"target": [
1818
"AppImage",
19-
"deb"
19+
"deb",
20+
"rpm"
2021
],
2122
"category": "Network",
2223
"icon": "assets/icons",

0 commit comments

Comments
 (0)