Merge pull request 'android_foreground_fix' (#852) from android_foreground_fix into trunk
continuous-integration/drone/push Build is passing Details

Reviewed-on: #852
This commit is contained in:
Sarah Jamie Lewis 2024-02-26 19:30:28 +00:00
commit d22fccdd51
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ steps:
# TODO When we update Flutter Container to 3.19 migrate these calls...
- apt update
- apt install -y jq openssh-client ca-certificates curl
- ./uploaded-releases.sh deploy/cwtch-`cat VERSION`.apk application/vnd.android.package-archive
- ./upload-releases.sh deploy/cwtch-`cat VERSION`.apk application/vnd.android.package-archive
- name: deploy-buildfiles
image: kroniak/ssh-client