Skip to content

Commit c082713

Browse files
authored
submit signing request
1 parent 7cf548c commit c082713

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/dotnet-release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,19 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515
- uses: ./.github/build
16+
id: build
1617
with:
1718
configuration: Release
1819
flavor: Portable
1920
artifact: release_artifact_portable
21+
- uses: signpath/[email protected]
22+
with:
23+
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
24+
organization-id: '030bee06-17be-4a2a-a788-9efdbd14a889'
25+
project-slug: 'PasteIntoFile'
26+
signing-policy-slug: 'test-signing'
27+
artifact-configuration-slug: 'portable'
28+
github-artifact-id: '${{ steps.build.outputs.artifact-id }}'
2029

2130
portable-publish:
2231
runs-on: windows-2019

0 commit comments

Comments
 (0)