Skip to content

Commit

Permalink
Temporarily disable code signing action
Browse files Browse the repository at this point in the history
was supposed to be ready for 2.8.0, but there were some things I forgot to sort out
  • Loading branch information
pizzaboxer committed Oct 16, 2024
1 parent 571cf4d commit db0df07
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,23 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')

steps:
- name: Sign and download artifact
uses: signpath/github-action-submit-signing-request@v1
# - name: Sign and download artifact
# uses: signpath/github-action-submit-signing-request@v1
# with:
# api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
# organization-id: '107b3de5-057b-42fc-a985-3546e4261775'
# project-slug: 'bloxstrap'
# signing-policy-slug: 'release-signing'
# artifact-configuration-slug: 'github-ci'
# github-artifact-id: '${{ needs.build.outputs.artifact-id }}'
# wait-for-completion: true
# output-artifact-directory: 'release'

- name: Download x64 release artifact
uses: actions/download-artifact@v4
with:
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
organization-id: '107b3de5-057b-42fc-a985-3546e4261775'
project-slug: 'bloxstrap'
signing-policy-slug: 'release-signing'
artifact-configuration-slug: 'github-ci'
github-artifact-id: '${{ needs.build.outputs.artifact-id }}'
wait-for-completion: true
output-artifact-directory: 'release'
name: Bloxstrap (Release) (${{ github.sha }})
path: release

- name: Rename binaries
run: mv release/Bloxstrap.exe Bloxstrap-${{ github.ref_name }}.exe
Expand Down

0 comments on commit db0df07

Please sign in to comment.