Skip to content

Commit 848141b

Browse files
Update build_and_test.yml
1 parent 095f96b commit 848141b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212

1313
- name: Find Godot executable
1414
run: |
15-
find $HOME -type f -name "Godot*4.6*mono*"
15+
echo "Searching workspace for Godot..."
16+
find $GITHUB_WORKSPACE -type f -name "Godot*mono*"
1617
1718
- uses: godot-gdunit-labs/gdUnit4-action@v1
1819
with:

0 commit comments

Comments
 (0)