Setup Android SDK (#1867)

This commit is contained in:
LoveSy
2024-07-08 23:48:34 +08:00
committed by GitHub
parent 0106628da1
commit 34faba11a3

View File

@@ -89,6 +89,9 @@ jobs:
with:
gradle-home-cache-cleanup: true
- name: Setup Android SDK
uses: android-actions/setup-android@v3
- name: Download arm64 ksud
uses: actions/download-artifact@v4
with:
@@ -157,4 +160,4 @@ jobs:
APK=$(find ./app/build/outputs/apk/release -name "*.apk")
pip3 install telethon
python3 $GITHUB_WORKSPACE/scripts/ksubot.py $APK
fi
fi