Skip to content

Commit 2454ee4

Browse files
authored
Powershell
1 parent d4b0db1 commit 2454ee4

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 -la signed/
46+
ls signed/
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)