added correct path to find

This commit is contained in:
2023-09-23 20:31:08 -05:00
parent a13adccfe1
commit 649cfcbf39

View File

@@ -100,7 +100,7 @@ jobs:
continue-on-error: true
shell: bash
run: |
runner_res=$(find . -name "Runner.res");
runner_res=$("C:\Program Files\Git\usr\bin\find.exe" . -name "Runner.res");
if [ "$runner_res" == "" ]; then
echo "Runner.res: not found";
else