Skip to content

Commit c9f6dee

Browse files
committed
fix: action
1 parent 2ffdf4d commit c9f6dee

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ jobs:
3131
- name: build windows app
3232
if: matrix.os == 'windows-latest'
3333
run: |
34-
npm run electron:build-win
35-
env: ${{ secrets.ACTION_TOKEN }}
34+
npm run dist:win
3635
3736
- name: cleanup artifacts in dist
3837
if: matrix.os == 'windows-latest'

0 commit comments

Comments
 (0)