Skip to content
Snippets Groups Projects
Commit 87318e91 authored by Igor Markin's avatar Igor Markin
Browse files

Don't archive apk

parent 3ac18de3
No related branches found
No related tags found
1 merge request!3Resolve "Set up building process."
Pipeline #15762 passed with stage
in 1 minute and 31 seconds
......@@ -7,11 +7,10 @@ build:
stage: build
artifacts:
paths:
- build-apk.tgz
- ./build/app/outputs/apk/development/release/app-development-release.apk
tags:
- macos
script:
- cp $HOME/key.properties ./android/key.properties
- make build-android
- tar -czf build.tgz -C ./build/app/outputs/apk/development/release/app-development-release.apk .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment