Skip to content

Commit b3b818d

Browse files
committed
ci: 🚧 rename quantum-opt.exe to quantum-opt
1 parent a06da1d commit b3b818d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci_mlir.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,4 +185,5 @@ jobs:
185185
cmake --build build --config Release --target quantum-opt
186186
tree build /F /A
187187
echo "${{ github.workspace }}\\build\\mlir\\tools\\quantum-opt\\Release" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
188+
Rename-Item -Path ""${{ github.workspace }}\\build\\mlir\\tools\\quantum-opt\\Release\\quantum-opt.exe" -NewName "quantum-opt"
188189
cmake --build build --config Release --target check-quantum-opt

0 commit comments

Comments
 (0)