Skip to content

Commit

Permalink
change slug to release
Browse files Browse the repository at this point in the history
  • Loading branch information
DSPaul committed Sep 12, 2024
1 parent c82248c commit 4615332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ jobs:

- name: Sign app
id: signing-app
uses: signpath/github-action-submit-signing-request@v0.4
uses: signpath/github-action-submit-signing-request@v1
with:
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
organization-id: 2f2c8b60-b250-4dd2-8827-045fa9cc65e6
project-slug: COMPASS
signing-policy-slug: test-signing
signing-policy-slug: release-signing
github-artifact-id: ${{steps.upload-exe.outputs.artifact-id}}
wait-for-completion: true
output-artifact-directory: .\src\bin\Publish\win-x64\
Expand Down

0 comments on commit 4615332

Please sign in to comment.