Skip to content

Commit 26cd29c

Browse files
committed
Only working with branches rather than tagged releases
1 parent d1daaa9 commit 26cd29c

21 files changed

Lines changed: 1 addition & 3032 deletions

.github/workflows/publish.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,7 @@ jobs:
8282
- name: Build AAR
8383
run: |
8484
chmod +x build-aar.sh
85-
if [[ "${{ steps.version.outputs.godotVersion }}" == "3.x" ]]; then
86-
./build-aar.sh "${{ steps.version.outputs.godotVersion }}"
87-
else
88-
./build-aar.sh "${{ steps.version.outputs.godotVersion }}" stable
89-
fi
90-
85+
./build-aar.sh "${{ steps.version.outputs.godotVersion }}"
9186
9287
- name: Verify AAR exists
9388
run: |

overlay/4.4.1-stable/platform/android/SCsub

Lines changed: 0 additions & 126 deletions
This file was deleted.

overlay/4.4.1-stable/platform/android/detect.py

Lines changed: 0 additions & 250 deletions
This file was deleted.

0 commit comments

Comments
 (0)