This commit is contained in:
Matthieu Dubuget 2021-05-24 15:39:51 +02:00 committed by GitHub
parent dd0bfdb5d8
commit e484d4a777
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ jobs:
echo "nbr-lin" echo "nbr-lin"
fi fi
path: | path: |
if [ "$RUNNER_OS" == "Windows1 ]; then if [ "$RUNNER_OS" == "Windows" ]; then
echo "_build/install/default/bin/nbr.exe" echo "_build/install/default/bin/nbr.exe"
else else
echo "_build/install/default/bin/nbr" echo "_build/install/default/bin/nbr"