mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
Enable code signing on production releases
This commit is contained in:
parent
49b1eb0569
commit
2be2f4d0d2
22
.github/workflows/ci-release.yml
vendored
22
.github/workflows/ci-release.yml
vendored
@ -39,17 +39,17 @@ jobs:
|
|||||||
if: startsWith(github.ref, 'refs/tags/v')
|
if: startsWith(github.ref, 'refs/tags/v')
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# - name: Sign and download artifact
|
- name: Sign and download artifact
|
||||||
# uses: signpath/github-action-submit-signing-request@v1
|
uses: signpath/github-action-submit-signing-request@v1
|
||||||
# with:
|
with:
|
||||||
# api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
|
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
|
||||||
# organization-id: '107b3de5-057b-42fc-a985-3546e4261775'
|
organization-id: '107b3de5-057b-42fc-a985-3546e4261775'
|
||||||
# project-slug: 'bloxstrap'
|
project-slug: 'bloxstrap'
|
||||||
# signing-policy-slug: 'release-signing'
|
signing-policy-slug: 'release-signing'
|
||||||
# artifact-configuration-slug: 'github-ci'
|
artifact-configuration-slug: 'github-ci'
|
||||||
# github-artifact-id: '${{ needs.build.outputs.artifact-id }}'
|
github-artifact-id: '${{ needs.build.outputs.artifact-id }}'
|
||||||
# wait-for-completion: true
|
wait-for-completion: true
|
||||||
# output-artifact-directory: 'release'
|
output-artifact-directory: 'release'
|
||||||
|
|
||||||
- name: Download x64 release artifact
|
- name: Download x64 release artifact
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
|
Loading…
Reference in New Issue
Block a user