[godot] Fix GH workflow

This commit is contained in:
Mario Zechner 2024-12-11 20:00:50 +01:00
parent b75f155024
commit 1e7884ee91

View File

@ -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