Skip to content

Commit 49b3346

Browse files
authored
.
1 parent 2454ee4 commit 49b3346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
output-artifact-directory: 'signing_result'
4444
- name: Show signing result
4545
run: |
46-
ls signed/
46+
ls signing_result/
4747
- name: Create zip
4848
run: Compress-Archive -Path signing_result/* -Destination release_artifact_portable_signed.zip
4949
- name: Upload signed release artifact

0 commit comments

Comments
 (0)