From a099659b2c016329bc8d08131f787c3a14b8889e Mon Sep 17 00:00:00 2001 From: Fabian Zobrist Date: Fri, 2 Jun 2023 22:14:46 +0200 Subject: [PATCH] Try to make DRONE_TAG work. --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index c59cebb..195de40 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/TichuCounter/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/TichuCounter/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: