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 d4b0db1 commit 2454ee4Copy full SHA for 2454ee4
.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 -la signed/
+ ls signed/
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