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 a3a4620 commit 78db8c5Copy full SHA for 78db8c5
.github/workflows/deploy_github_signed_windows.yml
@@ -1,5 +1,16 @@
1
name: Deploy Signed Windows Installer to GitHub Releases
2
3
+# Note: The following SignPath Artifact Configuration must be set as default:
4
+#
5
+# <?xml version="1.0" encoding="utf-8"?>
6
+# <artifact-configuration xmlns="http://signpath.io/artifact-configuration/v1">
7
+# <zip-file>
8
+# <pe-file path="*.exe">
9
+# <authenticode-sign/>
10
+# </pe-file>
11
+# </zip-file>
12
+# </artifact-configuration>
13
+
14
on:
15
push:
16
tags:
CHANGELOG
@@ -1,3 +1,5 @@
+0.16.7
+ - ci: maintenance release
0.16.6
- ci: maintenance release
0.16.5
0 commit comments