Skip to content

Commit c79b396

Browse files
committed
update
Signed-off-by: benja2998 <benja2998@duck.com>
1 parent 437cc87 commit c79b396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
108108
# Remove files
109109
& $binary rm copy_file1.txt moved_file2.txt
110-
if (Test-Path copy_file1.txt -or Test-Path moved_file2.txt) { throw "Remove failed" }
110+
if ((Test-Path copy_file1.txt) -or (Test-Path moved_file2.txt)) { throw "Remove failed" }
111111
112112
- name: Test command chaining and redirection
113113
shell: pwsh

0 commit comments

Comments
 (0)