Skip to content

Commit

Permalink
Update build process to include generating dev certificate, installin…
Browse files Browse the repository at this point in the history
…g dependencies, and building the app
  • Loading branch information
Thavarshan committed Sep 2, 2024
1 parent 04185cd commit 3501404
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 71 deletions.
70 changes: 0 additions & 70 deletions .github/workflows/build-windows.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
npm run make
env:
WINDOWS_KIT_PATH: ${{ env.WINDOWS_KIT_PATH }}
CERT_PASSWORD: ${{ env.CERT_PASSWORD }}
CERT_PASSWORD: ${{ secrets.CERT_PASSWORD }}
shell: pwsh

- name: Extract version from package.json
Expand Down

0 comments on commit 3501404

Please sign in to comment.