Skip to content
Snippets Groups Projects
Commit e595e28c authored by Benoît Harrault's avatar Benoît Harrault
Browse files

Rename apk file after build step

parent 27f486c3
Branches
Tags
1 merge request!7Resolve "Improve apk file name, make it specific to this app"
Pipeline #686 passed
...@@ -34,9 +34,10 @@ android:build: ...@@ -34,9 +34,10 @@ android:build:
- echo keyPassword=$ANDROID_KEY_PASSWORD >> android/key.properties - echo keyPassword=$ANDROID_KEY_PASSWORD >> android/key.properties
# build flutter app # build flutter app
- flutter build apk - flutter build apk
- mv build/app/outputs/apk/release/app-release.apk build/app/outputs/apk/release/app-hangman-release.apk
artifacts: artifacts:
paths: paths:
- build/app/outputs/apk/release/app-release.apk - build/app/outputs/apk/release/app-hangman-release.apk
expire_in: 1 week expire_in: 1 week
interruptible: true interruptible: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment