Skip to content

Commit

Permalink
[godot] Copy extensions file to bin/ in GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
badlogic committed Dec 17, 2024
1 parent 951a4d7 commit 09a84f1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/spine-godot-extension-v4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,12 +242,13 @@ jobs:
echo "branch: $BRANCH"
cd artifacts
# Ensure gdextension file is in root
cp ../spine-godot/spine_godot_extension.gdextension ./
# Create directories matching the expected structure
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
mv gdextension-windows-$GODOT_TAG/* bin/windows/
mv gdextension-linux-x86_64-$GODOT_TAG/* bin/linux/
Expand Down

0 comments on commit 09a84f1

Please sign in to comment.