diff options
Diffstat (limited to '.github/workflows/linux_builds.yml')
-rw-r--r-- | .github/workflows/linux_builds.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux_builds.yml b/.github/workflows/linux_builds.yml index 95d216deb3..5ba2bbfd0b 100644 --- a/.github/workflows/linux_builds.yml +++ b/.github/workflows/linux_builds.yml @@ -211,7 +211,7 @@ jobs: if: ${{ matrix.godot-cpp-test }} run: | cp -f extension_api.json godot-cpp/godot-headers/ - cp -f core/extension/gdnative_interface.h godot-cpp/godot-headers/godot/ + cp -f core/extension/gdextension_interface.h godot-cpp/godot-headers/godot/ # Build godot-cpp test extension - name: Build godot-cpp test extension |