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 97ec6f7 commit f591733Copy full SHA for f591733
2 files changed
.github/workflows/main.yml
@@ -41,6 +41,10 @@ jobs:
41
- name: Check out Git repository
42
uses: actions/checkout@v2
43
44
+ - name: npm install
45
+ run: |
46
+ npm install
47
+
48
- name: Build Electron app
49
env:
50
github_token: ${{ secrets.github_token }}
.github/workflows/release.yml
@@ -35,6 +35,10 @@ jobs:
35
36
uses: actions/checkout@v6
37
38
39
40
- name: Build/Notarize/Release Electron app
0 commit comments