From 2f1e939fdd50fcd2e565952775dbdb98e3faf643 Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Mon, 26 Feb 2024 11:29:35 -0800 Subject: [PATCH] Fix script name --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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