Fix Gitea Android workflow action compatibility
All checks were successful
android-apk / debug-apk (push) Successful in 8m41s
All checks were successful
android-apk / debug-apk (push) Successful in 8m41s
This commit is contained in:
parent
ff48fe2ef2
commit
1864ed3105
@ -26,14 +26,13 @@ jobs:
|
||||
run: |
|
||||
sdkmanager "platform-tools" "platforms;android-35" "build-tools;35.0.0"
|
||||
|
||||
- name: Set up Gradle
|
||||
uses: https://github.com/gradle/actions/setup-gradle@v4
|
||||
|
||||
- name: Build debug APK
|
||||
run: gradle --no-daemon :app:assembleDebug
|
||||
run: |
|
||||
chmod +x ./gradlew
|
||||
./gradlew --no-daemon :app:assembleDebug
|
||||
|
||||
- name: Upload debug APK
|
||||
uses: https://github.com/actions/upload-artifact@v4
|
||||
uses: https://github.com/actions/upload-artifact@v3
|
||||
with:
|
||||
name: ntp-check-debug-apk
|
||||
path: app/build/outputs/apk/debug/*.apk
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user