Skip to content

Commit

Permalink
Update medInria4-windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mathildemerle authored Jan 13, 2025
1 parent 0be9484 commit be4c105
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/medInria4-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
- name: Find binary file
run: |
$FILE = Get-ChildItem -Path "${{github.workspace}\b" -Filter "*.exe" -Recurse | Select-Object -First 1
if (-Not $FILE){
$FILE = Get-ChildItem -Path "${{github.workspace}}\b" -Filter "*.exe" -Recurse | Select-Object -First 1
if (-Not $FILE) {
Write-Host "No .exe file found in build directory."
exit 1
}
Expand Down

0 comments on commit be4c105

Please sign in to comment.