|
@@ -95,7 +95,7 @@ jobs:
|
|
uses: actions/upload-artifact@v4
|
|
uses: actions/upload-artifact@v4
|
|
with:
|
|
with:
|
|
name: gdextension-macos-${{ env.GODOT_TAG }}
|
|
name: gdextension-macos-${{ env.GODOT_TAG }}
|
|
- path: spine-godot/example-v4-extension/bin/macos/macos.framework/*
|
|
|
|
|
|
+ path: spine-godot/example-v4-extension/bin/macos/**/*
|
|
|
|
|
|
build-ios:
|
|
build-ios:
|
|
runs-on: macos-latest
|
|
runs-on: macos-latest
|
|
@@ -117,7 +117,7 @@ jobs:
|
|
uses: actions/upload-artifact@v4
|
|
uses: actions/upload-artifact@v4
|
|
with:
|
|
with:
|
|
name: gdextension-ios-${{ env.GODOT_TAG }}
|
|
name: gdextension-ios-${{ env.GODOT_TAG }}
|
|
- path: spine-godot/example-v4-extension/bin/ios/*.xcframework/**/*
|
|
|
|
|
|
+ path: spine-godot/example-v4-extension/bin/ios/**/*
|
|
|
|
|
|
build-android:
|
|
build-android:
|
|
runs-on: ubuntu-latest
|
|
runs-on: ubuntu-latest
|
|
@@ -252,7 +252,7 @@ jobs:
|
|
# 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/
|
|
- mv gdextension-macos-$GODOT_TAG/* bin/macos/macos.framework/
|
|
|
|
|
|
+ mv gdextension-macos-$GODOT_TAG/* bin/macos/
|
|
mv gdextension-ios-$GODOT_TAG/* bin/ios/
|
|
mv gdextension-ios-$GODOT_TAG/* bin/ios/
|
|
mv gdextension-android-$GODOT_TAG/* bin/android/
|
|
mv gdextension-android-$GODOT_TAG/* bin/android/
|
|
mv gdextension-web-$GODOT_TAG/* bin/web/
|
|
mv gdextension-web-$GODOT_TAG/* bin/web/
|