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 a1bb720 commit bb52c45Copy full SHA for bb52c45
.github/workflows/dotnet-release.yml
@@ -42,6 +42,8 @@ jobs:
42
signing-policy-slug: 'test-signing'
43
artifact-configuration-slug: 'portable'
44
github-artifact-id: '${{ steps.build.outputs.artifact-id }}'
45
+ parameters: |
46
+ version: "${{ github.event.release.tag_name }}"
47
wait-for-completion: true
48
output-artifact-directory: 'signing_result'
49
@@ -109,6 +111,8 @@ jobs:
109
111
110
112
artifact-configuration-slug: 'installer-zip'
113
github-artifact-id: '${{ steps.upload.outputs.artifact-id }}'
114
115
116
117
118
0 commit comments