Commit 185a84f7 authored by jayed nahian's avatar jayed nahian
Browse files

fix-22

parent 1dd3736d
Pipeline #8114 failed with stage
in 2 minutes and 8 seconds
......@@ -41,9 +41,9 @@ deploy_job:
- rm -rf ./.gradle/6.8.3/executionHistory/executionHistory.lock
- echo "sdk.dir=/Users/tltestuser/Library/Android/sdk" > local.properties
- ./gradlew assembleRelease
- find ./app/build/outputs/apk/release -type f -name "*.apk"
# - find ./app/build/outputs/apk/release -type f -name "*.apk"
# - cd app/build/outputs/apk/release
- cd ./app/build/outputs/apk/debug
- cd /app/build/outputs/apk/debug
- mv app-release.apk $APK_NAME_PREFIX"_"$VERSION_NAME"_"$(date '+%d%B').apk
# - mv app-x86-*.apk $APK_NAME_PREFIX"_"$VERSION_NAME"_"$(date '+%d%B')_x86.apk
# - mv app-arm64-*.apk $APK_NAME_PREFIX"_"$VERSION_NAME"_"$(date '+%d%B')_arm64.apk
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment