Skip to content

Commit

Permalink
[godot] Fix GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
badlogic committed Dec 11, 2024
1 parent b75f155 commit 1e7884e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/spine-godot-extension-v4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1e7884e

Please sign in to comment.