From 61745c95a44180bbe07ddf0a902eae921e15abca Mon Sep 17 00:00:00 2001 From: Fabian Zobrist Date: Fri, 2 Jun 2023 16:58:36 +0200 Subject: [PATCH] Fix tagged upload url --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8b7e595..c59cebb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -56,7 +56,7 @@ steps: image: vividboarder/drone-webdav settings: file: app/build/outputs/apk/release/app-release.apk - destination: https://nextcloud.zobrist.me/remote.php/dav/files/deploy/tagged/app-release$DRONE_TAG.apk + destination: https://nextcloud.zobrist.me/remote.php/dav/files/deploy/TichuCounter/tagged/app-release$DRONE_TAG.apk username: from_secret: NextCloudUser password: @@ -69,7 +69,7 @@ steps: image: vividboarder/drone-webdav settings: file: app/build/outputs/bundle/release/app-release.aab - destination: https://nextcloud.zobrist.me/remote.php/dav/files/deploy/tagged/app-release$DRONE_TAG.aab + destination: https://nextcloud.zobrist.me/remote.php/dav/files/deploy/TichuCounter/tagged/app-release$DRONE_TAG.aab username: from_secret: NextCloudUser password: