From 26a3270585a432a4d456a4764f5b360c8bf7f8b3 Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Mon, 26 Feb 2024 14:27:36 -0800 Subject: [PATCH] Pointer to Info --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b6b30213..c48c9614 100644 --- a/.drone.yml +++ b/.drone.yml @@ -131,7 +131,7 @@ steps: - apt update - apt install -y jq openssh-client ca-certificates curl - cd deploy - - ../upload-releases.sh cwtch-`cat VERSION`.apk application/vnd.android.package-archive + - ../upload-releases.sh cwtch-`cat ../VERSION`.apk application/vnd.android.package-archive - name: deploy-buildfiles image: kroniak/ssh-client