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 5487257 commit 0be9484
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/medInria4-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ jobs:
- name: Find binary file
run: |
$FILE = Get-ChildItem -Path "${{github.workspace}\b" -Filter "*.exe" -Recurse | Select-Object -First 1
if (-Not $FILE)
{
if (-Not $FILE){
Write-Host "No .exe file found in build directory."
exit 1
}
Expand Down

0 comments on commit 0be9484

Please sign in to comment.