Trying anothe way

This commit is contained in:
Matthieu Dubuget
2021-05-24 15:44:21 +02:00
committed by GitHub
parent e484d4a777
commit 4658be437b

View File

@ -42,8 +42,8 @@ jobs:
fi
path: |
if [ "$RUNNER_OS" == "Windows" ]; then
echo "_build/install/default/bin/nbr.exe"
"_build/install/default/bin/nbr.exe"
else
echo "_build/install/default/bin/nbr"
"_build/install/default/bin/nbr"
fi
retention-days: 1