1
0
mirror of https://github.com/ciromattia/kcc synced 2026-04-28 11:59:01 +00:00

sign windows 7 version (#1291)

This commit is contained in:
Alex Xu
2026-04-12 09:17:23 -07:00
committed by GitHub
parent e4c918f0f3
commit 5782a44e7b

View File

@@ -50,6 +50,17 @@ jobs:
with:
name: windows7-build
path: dist/*.exe
- id: optional_step_id
uses: signpath/github-action-submit-signing-request@v2.0
if: ${{ github.repository == 'ciromattia/kcc' }}
with:
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
organization-id: '1dc1bad6-4a8c-4f85-af30-5c5d3d392ea6'
project-slug: 'kcc'
signing-policy-slug: 'release-signing'
github-artifact-id: '${{ steps.upload-unsigned-artifact.outputs.artifact-id }}'
wait-for-completion: true
output-artifact-directory: 'dist/'
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')