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 2454ee4 commit 49b3346Copy full SHA for 49b3346
.github/workflows/dotnet-release.yml
@@ -43,7 +43,7 @@ jobs:
43
output-artifact-directory: 'signing_result'
44
- name: Show signing result
45
run: |
46
- ls signed/
+ ls signing_result/
47
- name: Create zip
48
run: Compress-Archive -Path signing_result/* -Destination release_artifact_portable_signed.zip
49
- name: Upload signed release artifact
0 commit comments