Skip to content

Commit

Permalink
ci: document artifact configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jan 7, 2025
1 parent a3a4620 commit 78db8c5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/deploy_github_signed_windows.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
name: Deploy Signed Windows Installer to GitHub Releases

# Note: The following SignPath Artifact Configuration must be set as default:
#
# <?xml version="1.0" encoding="utf-8"?>
# <artifact-configuration xmlns="http://signpath.io/artifact-configuration/v1">
# <zip-file>
# <pe-file path="*.exe">
# <authenticode-sign/>
# </pe-file>
# </zip-file>
# </artifact-configuration>

on:
push:
tags:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.16.7
- ci: maintenance release
0.16.6
- ci: maintenance release
0.16.5
Expand Down

0 comments on commit 78db8c5

Please sign in to comment.