Skip to content

Commit 78db8c5

Browse files
committed
ci: document artifact configuration
1 parent a3a4620 commit 78db8c5

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.github/workflows/deploy_github_signed_windows.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
name: Deploy Signed Windows Installer to GitHub Releases
22

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+
314
on:
415
push:
516
tags:

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
0.16.7
2+
- ci: maintenance release
13
0.16.6
24
- ci: maintenance release
35
0.16.5

0 commit comments

Comments
 (0)