File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments