Skip to content

Commit

Permalink
Update TestSignWindows.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben2776 authored Oct 11, 2024
1 parent f6a8b83 commit c3cd28e
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/TestSignWindows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,20 +61,20 @@ jobs:
retention-days: 1


#- name: Sign files
# uses: signpath/github-action-submit-signing-request@v1
# with:
# api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
# organization-id: '${{ vars.SIGNPATH_ORGANIZATION_ID }}'
# project-slug: 'PicView'
# signing-policy-slug: 'test-signing'
# github-artifact-id: ${{ steps.upload-unsigned-artifact.outputs.artifact-id }}
# wait-for-completion: true
# output-artifact-directory: 'PicView-${{steps.get-version.outputs.file-version}}-signed'
- name: Sign files
uses: signpath/github-action-submit-signing-request@v1
with:
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
organization-id: '${{ vars.SIGNPATH_ORGANIZATION_ID }}'
project-slug: 'PicView'
signing-policy-slug: 'test-signing'
github-artifact-id: ${{ steps.upload-unsigned-artifact.outputs.artifact-id }}
wait-for-completion: true
output-artifact-directory: 'PicView-${{steps.get-version.outputs.file-version}}-signed'

#- name: upload-signed-artifact
# uses: actions/upload-artifact@v4
# with:
# name: "PicView-${{steps.get-version.outputs.file-version}}-signed"
# path: "PicView-${{steps.get-version.outputs.file-version}}-signed"
# if-no-files-found: error
- name: upload-signed-artifact
uses: actions/upload-artifact@v4
with:
name: "PicView-${{steps.get-version.outputs.file-version}}-signed"
path: "PicView-${{steps.get-version.outputs.file-version}}-signed"
if-no-files-found: error

0 comments on commit c3cd28e

Please sign in to comment.