Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
fail-fast: false
matrix:
include:
# - name: 🐧 Linux (GCC)
# os: ubuntu-latest
# platform: linux
- name: 🐧 Linux (GCC)
os: ubuntu-latest
platform: linux

- name: 🏁 Windows (x86_64, MSVC)
os: windows-latest
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
mv extension-${{ env.GODOT_VERSION_4 }}-macos-${{ steps.commit.outputs.short }}/macos bin/
mv extension-${{ env.GODOT_VERSION_4 }}-web-${{ steps.commit.outputs.short }}/web bin/
mv extension-${{ env.GODOT_VERSION_4 }}-windows-${{ steps.commit.outputs.short }}/windows bin/
# mv extension-${{ env.GODOT_VERSION_4 }}-linux-${{ steps.commit.outputs.short }}/linux bin/
mv extension-${{ env.GODOT_VERSION_4 }}-linux-${{ steps.commit.outputs.short }}/linux bin/

zip -r ../ssplayer-godot-extension-${{ env.GODOT_VERSION_4 }}-${{ steps.commit.outputs.short }}.zip bin/

Expand Down
2 changes: 1 addition & 1 deletion gd_spritestudio/SpriteStudio6-SDK
4 changes: 4 additions & 0 deletions misc/ssplayer_godot_extension.gdextension
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ web.release.threads.wasm32 = "web/libSSGodot.web.template_release.wasm32.wasm"

web.debug.wasm32 = "web/libSSGodot.web.template_debug.wasm32.nothreads.wasm"
web.release.wasm32 = "web/libSSGodot.web.template_release.wasm32.nothreads.wasm"

linux.editor.x86_64 = "linux/libSSGodot.linux.editor.x86_64.so"
linux.debug.x86_64 = "linux/libSSGodot.linux.template_debug.x86_64.so"
linux.release.x86_64 = "linux/libSSGodot.linux.template_release.x86_64.so"
Loading