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 799d834 commit db491ffCopy full SHA for db491ff
.github/workflows/main.yml
@@ -8,6 +8,9 @@ on:
8
- 'master'
9
workflow_dispatch:
10
11
+env:
12
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13
+
14
jobs:
15
build-release:
16
name: Build and release the Electron App
@@ -38,14 +41,10 @@ jobs:
38
41
39
42
- name: Distribute Mac OS X and Windows binaries
40
43
if: ${{ matrix.os == 'macos-latest' }}
- with:
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44
run: |
45
npm run dist -- --mac --win
46
47
- name: Distribute Linux binaries
48
if: ${{ matrix.os == 'ubuntu-latest' }}
49
50
51
npm run dist
0 commit comments