Skip to content

Commit 03d0cad

Browse files
committed
Sign windows installer
1 parent ec8eb29 commit 03d0cad

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/release-artifacts.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,22 @@ jobs:
8787
path: package.json
8888
prop_path: version
8989

90+
# Sign the installer
91+
- name: Sign files with Azure Code Signing
92+
uses: azure/azure-code-signing-action@v0.2.15
93+
with:
94+
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}
95+
azure-client-id: ${{ secrets.AZURE_CLIENT_ID }}
96+
azure-client-secret: ${{ secrets.AZURE_CLIENT_SECRET }}
97+
endpoint: https://eus.codesigning.azure.net/
98+
code-signing-account-name: mnr
99+
certificate-profile-name: profile1
100+
files-folder: "./core/target/release/upload"
101+
files-folder-filter: msi
102+
file-digest: SHA256
103+
timestamp-rfc3161: http://timestamp.acs.microsoft.com
104+
timestamp-digest: SHA256
105+
90106
# Windows
91107
- name: Upload the windows installer asset
92108
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)