Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdawson committed Aug 9, 2024
1 parent c718bbe commit 09e9624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/import/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
shell: bash
run: |
ls -R
cd imgui-godot-*/imgui-godot-* || true
cd imgui-godot-* || true
cd ${{ inputs.path }}
godotenv addons install
if [[ -f addons/imgui-godot/imgui-godot-native.gdextension ]]; then
Expand Down

0 comments on commit 09e9624

Please sign in to comment.