mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-11 09:38:44 +08:00
[godot] Fix GH action for extension
This commit is contained in:
parent
4f5e990b5f
commit
80e853b74b
@ -95,7 +95,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
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:
|
||||
runs-on: macos-latest
|
||||
@ -117,7 +117,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
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:
|
||||
runs-on: ubuntu-latest
|
||||
@ -252,7 +252,7 @@ jobs:
|
||||
# Move artifacts to their correct locations
|
||||
mv gdextension-windows-$GODOT_TAG/* bin/windows/
|
||||
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-android-$GODOT_TAG/* bin/android/
|
||||
mv gdextension-web-$GODOT_TAG/* bin/web/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user