We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3320901 + f9518dc commit baca3a9Copy full SHA for baca3a9
1 file changed
.github/workflows/cppcmake-windows.yml
@@ -152,7 +152,7 @@ jobs:
152
# Change the signing-policy-slug when you release an RC, RTM or stable release.
153
- if: github.event_name != 'pull_request'
154
name: Code signing with SignPath
155
- uses: signpath/github-action-submit-signing-request@v1
+ uses: signpath/github-action-submit-signing-request@v2
156
with:
157
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
158
github-artifact-id: '${{ steps.unsigned-artifacts.outputs.artifact-id }}'
0 commit comments