Skip to content

Commit

Permalink
Update electron-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RukayatSalami authored Nov 1, 2023
1 parent 95d327c commit e600d0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/electron-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,12 @@ jobs:
- name: Build/release Electron app
if: startsWith(matrix.os, 'desktop-build')
uses: samuelmeuli/action-electron-builder@v1
with:
build_script_name: build:windows
env:
# windows cert credentials
windows_certs: ${{ secrets.windows_certs }}
windows_certs_password: ${{ secrets.windows_certs_password }}
build_script_name: build:windows
# GitHub token, automatically provided to the action
# (No need to define this secret in the repo settings)
github_token: ${{ secrets.github_token }}
Expand Down

0 comments on commit e600d0b

Please sign in to comment.