Test upload file to package registry
Build and upload artifact apk / Verify environment (push) Successful in 6s
Sync Source to Host / sync-source (push) Successful in 7s
Build and upload artifact apk / Build APK file (push) Failing after 4m5s

This commit is contained in:
2026-08-15 14:30:59 +07:00
parent 02bcca07c3
commit 9afac8fa94
+2 -2
View File
@@ -51,8 +51,8 @@ jobs:
- name: Grant execute permission - name: Grant execute permission
run: chmod +x ./gradlew run: chmod +x ./gradlew
- name: List Gradle Projects # - name: List Gradle Projects
run: ./gradlew projects # run: ./gradlew projects
- name: Build Android Debug APK - name: Build Android Debug APK
run: ./gradlew :androidApp:assembleDebug --stacktrace run: ./gradlew :androidApp:assembleDebug --stacktrace