stages: - build build: variables: LANG: en_US.UTF-8 stage: build artifacts: paths: - ./build/app/outputs/apk/development/release/app-development-release.apk tags: - macos script: - cp $HOME/key.properties ./android/key.properties - make build-android