diff options
| author | Albin <albin@mullvad.net> | 2023-11-20 08:27:05 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2023-11-20 08:40:13 +0100 |
| commit | ec57b19678d6d5299ca3705146bec818c8305c18 (patch) | |
| tree | 7c50553f3efba067a9637209f49ee6761587c46b /ci | |
| parent | 89420ba75603cb4fa5598fbd2ef780fc9bf52fe6 (diff) | |
| download | mullvadvpn-ec57b19678d6d5299ca3705146bec818c8305c18.tar.xz mullvadvpn-ec57b19678d6d5299ca3705146bec818c8305c18.zip | |
Publish play apk
This commit changes so that the play apk is built and
published in addition to the previously published bundle.
This change primarily simplifies getting ahold of builds
for testing.
Diffstat (limited to 'ci')
| -rwxr-xr-x | ci/buildserver-upload.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/buildserver-upload.sh b/ci/buildserver-upload.sh index 2aee7e0845..906328262f 100755 --- a/ci/buildserver-upload.sh +++ b/ci/buildserver-upload.sh @@ -41,7 +41,7 @@ while true; do file_upload_dir="$upload_path/$version" if [[ $platform == "desktop" && ! $file == MullvadVPN-* ]]; then file_upload_dir="$file_upload_dir/additional-files" - elif [[ $platform == "android" && ! $file =~ MullvadVPN-"$version"(.apk|.play.aab) ]]; then + elif [[ $platform == "android" && ! $file =~ MullvadVPN-"$version"(.apk|.play.apk|.play.aab) ]]; then file_upload_dir="$file_upload_dir/additional-files" fi |
