Skip to content

Commit 8bf7830

Browse files
authored
Merge pull request #158 from gilzoide/bugfix/distribute-gdignore
Add .gdignore to artifacts in distribute_zip workflow
2 parents fd208c7 + 5ba473f commit 8bf7830

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,4 +273,6 @@ jobs:
273273
path: |
274274
LICENSE
275275
addons/lua-gdextension/**
276+
addons/lua-gdextension/build/.gdignore
277+
include-hidden-files: true
276278

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848
- `LuaScriptResourceFormatLoader::_load` now respects the cache mode, fixing "Another resource is loaded from path 'res://...' (possible cyclic resource inclusion)." errors
4949
- Error messages from Lua code using the wrong stack index
5050
- Crashes when passing Lua primitives to `typeof`, `Variant.is`, `Variant.get_type`, `Variant.booleanize`, `Variant.duplicate`, `Variant.get_type_name`, `Variant.hash`, `Variant.recursive_hash` and `Variant.hash_compare`
51+
- The `addons/lua-gdextension/build/.gdignore` file was added to the distributed build.
52+
This fixes import errors when opening the Godot editor with the LuaJIT build.
5153

5254

5355
## [0.5.0](https://github.com/gilzoide/lua-gdextension/releases/tag/0.5.0)

0 commit comments

Comments
 (0)