Rename APK

This commit is contained in:
blank X 2022-07-11 12:13:03 +07:00
parent 84d405d5d6
commit 3209f036d0
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ stages:
assembleDebug:
stage: build
script: ./gradlew assembleDebug
script: ./gradlew assembleDebug && mv app/build/outputs/apk/debug/app-debug.apk unshortify.apk
artifacts:
paths:
- app/build/outputs/apk/debug/*.apk
- unshortify.apk