Rename APK
This commit is contained in:
parent
84d405d5d6
commit
3209f036d0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue