Skip to content

Commit

Permalink
Update build process to generate dev certificate and use environment …
Browse files Browse the repository at this point in the history
…variables for certificate path and password
  • Loading branch information
Thavarshan committed Aug 31, 2024
1 parent c10d09f commit 6be4ed9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
Export-PfxCertificate -Cert $cert -FilePath $certPath -Password (ConvertTo-SecureString -String $certPassword -Force -AsPlainText)
echo "CERT_PATH=$certPath" >> $GITHUB_ENV
echo "CERT_PASSWORD=$certPassword" >> $GITHUB_ENV
echo "Generated CERT_PATH: $certPath"
echo "Generated CERT_PASSWORD: $certPassword"
shell: pwsh

Expand Down

0 comments on commit 6be4ed9

Please sign in to comment.