Skip to content

Commit

Permalink
Manually release application on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
pverscha authored Mar 2, 2022
1 parent d112607 commit 302309d
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/publish_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ jobs:
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- name: Build/release Electron app
uses: samuelmeuli/action-electron-builder@v1
with:
github_token: ${{ secrets.GH_TOKEN }}
use_vue_cli: true
windows_certs: ${{ secrets.windows_certs }}
windows_certs_password: ${{ secrets.windows_certs_password }}
release: true
- name: Build application for ${{ matrix.os }}
run: npm run electron:publish
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
CSC_LINK: ${{ secrets.windows_certs }}
CSC_KEY_PASSWORD: ${{ secrets.windows_certs_password }}

0 comments on commit 302309d

Please sign in to comment.