mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +08:00
[godot] Copy extensions file to bin/ in GH workflow
This commit is contained in:
parent
951a4d7c86
commit
09a84f191e
@ -242,12 +242,13 @@ jobs:
|
|||||||
echo "branch: $BRANCH"
|
echo "branch: $BRANCH"
|
||||||
|
|
||||||
cd artifacts
|
cd artifacts
|
||||||
# Ensure gdextension file is in root
|
|
||||||
cp ../spine-godot/spine_godot_extension.gdextension ./
|
|
||||||
|
|
||||||
# Create directories matching the expected structure
|
# Create directories matching the expected structure
|
||||||
mkdir -p bin/{windows,linux,macos/macos.framework,ios,android,web}
|
mkdir -p bin/{windows,linux,macos/macos.framework,ios,android,web}
|
||||||
|
|
||||||
|
# Ensure gdextension file is in root
|
||||||
|
cp ../spine-godot/spine_godot_extension.gdextension bin/
|
||||||
|
|
||||||
# Move artifacts to their correct locations
|
# Move artifacts to their correct locations
|
||||||
mv gdextension-windows-$GODOT_TAG/* bin/windows/
|
mv gdextension-windows-$GODOT_TAG/* bin/windows/
|
||||||
mv gdextension-linux-x86_64-$GODOT_TAG/* bin/linux/
|
mv gdextension-linux-x86_64-$GODOT_TAG/* bin/linux/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user