Skip to content

Commit

Permalink
Update build process to include CERT_PATH and CERT_PASSWORD in Window…
Browse files Browse the repository at this point in the history
…s Kit path with makeappx.exe
  • Loading branch information
Thavarshan committed Aug 31, 2024
1 parent 97f8125 commit 3ee43ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,7 @@ jobs:
$env:CERT_PATH=$certPath
$env:CERT_PASSWORD=$certPassword
npm run make
env:
CERT_PATH: ${{ env.CERT_PATH }}
CERT_PASSWORD: ${{ env.CERT_PASSWORD }}
shell: pwsh

0 comments on commit 3ee43ca

Please sign in to comment.