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 7cf548c commit c082713Copy full SHA for c082713
.github/workflows/dotnet-release.yml
@@ -13,10 +13,19 @@ jobs:
13
steps:
14
- uses: actions/checkout@v4
15
- uses: ./.github/build
16
+ id: build
17
with:
18
configuration: Release
19
flavor: Portable
20
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 }}'
29
30
portable-publish:
31
runs-on: windows-2019
0 commit comments