Skip to content

Commit 29221d1

Browse files
author
abstrakt
committed
Update Github build-release workflow
1 parent 1c95ee2 commit 29221d1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/build-release.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
name: Build & Release (Windows, Linux, macOS)
1+
name: Build/release v2
22

33
on:
4-
workflow_dispatch
4+
push:
5+
workflow_dispatch:
56

67
jobs:
78
release:
@@ -22,14 +23,12 @@ jobs:
2223
cache: 'npm'
2324

2425
- name: Build/release Electron app
25-
uses: samuelmeuli/action-electron-builder@v1
26+
uses: Yan-Jobs/action-electron-builder@v1.7.0
2627
with:
2728
# GitHub token, automatically provided to the action
2829
# (No need to define this secret in the repo settings)
2930
github_token: ${{ secrets.github_token }}
3031

31-
# release: true
32-
3332
# If the commit is tagged with a version (e.g. "v1.0.0"),
3433
# release the app after building
3534
release: ${{ startsWith(github.ref, 'refs/tags/v') }}

0 commit comments

Comments
 (0)