We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ffdf4d commit c9f6deeCopy full SHA for c9f6dee
1 file changed
.github/workflows/main.yml
@@ -31,8 +31,7 @@ jobs:
31
- name: build windows app
32
if: matrix.os == 'windows-latest'
33
run: |
34
- npm run electron:build-win
35
- env: ${{ secrets.ACTION_TOKEN }}
+ npm run dist:win
36
37
- name: cleanup artifacts in dist
38
0 commit comments