mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 17:26:01 +08:00
[godot] Fix GH workflow
This commit is contained in:
parent
b75f155024
commit
1e7884ee91
@ -93,7 +93,7 @@ jobs:
|
||||
- name: Build GDExtension
|
||||
run: |
|
||||
cd spine-godot/build
|
||||
./setup-extension.sh $GODOT_TAG $DEV
|
||||
./setup-extension.sh $GODOT_TAG $DEV_BUILD
|
||||
./build-extension.sh linux arm64
|
||||
|
||||
- name: Upload artifacts
|
||||
@ -179,7 +179,7 @@ jobs:
|
||||
- name: Build GDExtension
|
||||
run: |
|
||||
cd spine-godot/build
|
||||
./setup-extension.sh $GODOT_TAG $DEV
|
||||
./setup-extension.sh $GODOT_TAG $DEV_BUILD
|
||||
ANDROID_NDK_ROOT=$ANDROID_SDK_ROOT/ndk/23.2.8568313 ./build-extension.sh android
|
||||
ANDROID_NDK_ROOT=$ANDROID_SDK_ROOT/ndk/23.2.8568313 ./build-extension.sh android x86_64
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user