We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 437cc87 commit c79b396Copy full SHA for c79b396
.github/workflows/release.yaml
@@ -107,7 +107,7 @@ jobs:
107
108
# Remove files
109
& $binary rm copy_file1.txt moved_file2.txt
110
- if (Test-Path copy_file1.txt -or Test-Path moved_file2.txt) { throw "Remove failed" }
+ if ((Test-Path copy_file1.txt) -or (Test-Path moved_file2.txt)) { throw "Remove failed" }
111
112
- name: Test command chaining and redirection
113
shell: pwsh
0 commit comments