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

Merge branch '10-improve-apk-file-name-make-it-specific-to-this-app' into 'master'

Resolve "Improve apk file name, make it specific to this app"

Closes #10

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