Skip to content

Commit

Permalink
♻️ Rename and remove env for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuGowda committed Nov 1, 2023
1 parent da8240b commit be825db
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/electron-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,21 +54,13 @@ jobs:
if: startsWith(matrix.os, 'desktop-build')
run: npm install -g cpx

- name: Build/release Electron app
- name: Build and pack windows app
if: startsWith(matrix.os, 'desktop-build')
uses: samuelmeuli/action-electron-builder@v1
with:
build_script_name: pack:win
env:
# windows cert credentials
windows_certs: ${{ secrets.windows_certs }}
windows_certs_password: ${{ secrets.windows_certs_password }}
# GitHub token, automatically provided to the action
# (No need to define this secret in the repo settings)
github_token: ${{ secrets.github_token }}


- name: Build/release Electron app
- name: Build and pack mac app
if: startsWith(matrix.os, 'macos')
uses: samuelmeuli/action-electron-builder@v1
env:
Expand All @@ -86,4 +78,3 @@ jobs:
# GitHub token, automatically provided to the action
# (No need to define this secret in the repo settings)
github_token: ${{ secrets.github_token }}

0 comments on commit be825db

Please sign in to comment.