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.
1 parent 92389dc commit 059bdebCopy full SHA for 059bdeb
1 file changed
.github/workflows/dotnet-release.yml
@@ -39,7 +39,7 @@ jobs:
39
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
40
organization-id: '030bee06-17be-4a2a-a788-9efdbd14a889'
41
project-slug: 'PasteIntoFile'
42
- signing-policy-slug: 'test-signing'
+ signing-policy-slug: 'release-signing'
43
artifact-configuration-slug: 'portable'
44
github-artifact-id: '${{ steps.build.outputs.artifact-id }}'
45
parameters: |
@@ -108,7 +108,7 @@ jobs:
108
109
110
111
112
artifact-configuration-slug: 'installer-zip'
113
github-artifact-id: '${{ steps.upload.outputs.artifact-id }}'
114
0 commit comments