Skip to content

Commit 657d447

Browse files
committed
ci: 🚧 fix path definition
1 parent 9a5e85b commit 657d447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_mlir.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,5 +184,5 @@ jobs:
184184
run: |
185185
cmake --build build --config Release --target quantum-opt
186186
tree build /F /A
187-
echo "$env:{{ github.workspace }}\\build\\mlir\\tools\\quantum-opt" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8
187+
echo "{{ github.workspace }}\\build\\mlir\\tools\\quantum-opt" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
188188
cmake --build build --config Release --target check-quantum-opt

0 commit comments

Comments
 (0)