Skip to content

Commit

Permalink
Sign windows installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Feb 11, 2024
1 parent ec8eb29 commit 03d0cad
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,22 @@ jobs:
path: package.json
prop_path: version

# Sign the installer
- name: Sign files with Azure Code Signing
uses: azure/azure-code-signing-action@v0.2.15
with:
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}
azure-client-id: ${{ secrets.AZURE_CLIENT_ID }}
azure-client-secret: ${{ secrets.AZURE_CLIENT_SECRET }}
endpoint: https://eus.codesigning.azure.net/
code-signing-account-name: mnr
certificate-profile-name: profile1
files-folder: "./core/target/release/upload"
files-folder-filter: msi
file-digest: SHA256
timestamp-rfc3161: http://timestamp.acs.microsoft.com
timestamp-digest: SHA256

# Windows
- name: Upload the windows installer asset
if: runner.os == 'Windows'
Expand Down

0 comments on commit 03d0cad

Please sign in to comment.