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 be0756f commit 2149aafCopy full SHA for 2149aaf
.github/workflows/ci.yml
@@ -725,7 +725,7 @@ jobs:
725
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
726
organization-id: '${{ vars.SIGNPATH_ORG_ID }}'
727
project-slug: 'fastfetch'
728
- signing-policy-slug: 'test-signing'
+ signing-policy-slug: '${{ github.ref == 'refs/heads/master' && 'release-signing' || 'test-signing' }}'
729
github-artifact-id: '${{ steps.upload-unsigned-artifact.outputs.artifact-id }}'
730
wait-for-completion: true
731
output-artifact-directory: '.'
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# 2.54.0
2
3
+Windows binaries in Release page are now signed using SignPath.
4
+
5
Changes:
6
* Moves macOS and Windows design language detection from the DE module to the Theme module
7
0 commit comments