Skip to content

Commit

Permalink
troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdawson committed Aug 9, 2024
1 parent 2ad4f4d commit 47ee5b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/import/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ runs:
if [[ -f addons/imgui-godot/imgui-godot-native.gdextension ]]; then
mkdir .godot
echo "res://addons/imgui-godot/imgui-godot-native.gdextension" > .godot/extension_list.cfg
cat .godot/*
fi
ls -RL
$GODOT --headless --import || true
echo "GAMEDIR=$(pwd)" >> $GITHUB_ENV

0 comments on commit 47ee5b9

Please sign in to comment.