diff --git a/.drone.yml b/.drone.yml index 5fee50a0..86890868 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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