Trying anothe way
This commit is contained in:
parent
e484d4a777
commit
4658be437b
4
.github/workflows/blank.yml
vendored
4
.github/workflows/blank.yml
vendored
@ -42,8 +42,8 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
path: |
|
path: |
|
||||||
if [ "$RUNNER_OS" == "Windows" ]; then
|
if [ "$RUNNER_OS" == "Windows" ]; then
|
||||||
echo "_build/install/default/bin/nbr.exe"
|
"_build/install/default/bin/nbr.exe"
|
||||||
else
|
else
|
||||||
echo "_build/install/default/bin/nbr"
|
"_build/install/default/bin/nbr"
|
||||||
fi
|
fi
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
|
Loading…
Reference in New Issue
Block a user