Skip to content

Commit

Permalink
provide open-source software certs for Windows signing
Browse files Browse the repository at this point in the history
  • Loading branch information
jgadsden committed Dec 3, 2024
1 parent c764848 commit aa7a5bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,11 @@ jobs:
run: npm clean-install

- name: Build Windows executable
# code signing done later using Extended Verification (EV) with a hardware key
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# code signing using Extended Verification (EV) open source certificate
CSC_KEY_PASSWORD: ${{ secrets.WINDOWS_OSS_CERT_PASSWORD}}
CSC_LINK: ${{ secrets.WINDOWS_OSS_CERT }}
run: npm run build:desktop -- --windows --publish always

- name: Save SBOM artifact
Expand Down

0 comments on commit aa7a5bd

Please sign in to comment.