We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4244177 commit db70a99Copy full SHA for db70a99
.github/workflows/build-sign-and-release.yaml
@@ -76,7 +76,10 @@ jobs:
76
endpoint: ${{ secrets.AZURE_ENDPOINT }}
77
code-signing-account-name: ${{ secrets.AZURE_CODE_SIGNING_NAME }}
78
certificate-profile-name: ${{ secrets.AZURE_CERT_PROFILE_NAME }}
79
-
+ file-digest: SHA256
80
+ timestamp-rfc3161: http://timestamp.acs.microsoft.com
81
+ timestamp-digest: SHA256
82
+
83
# Sign all exes inside the folder
84
files-folder: ./dist
85
files-folder-filter: exe
0 commit comments