chore: switch uploadArtifact.sh to remote.php/dav

Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
Josh 2025-01-18 13:50:31 -05:00 committed by Marcel Hibbe
parent 3522ab7981
commit f9928ef60a
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B

View File

@ -12,13 +12,13 @@
#4: DRONE_PULL_REQUEST
#5: GITHUB_TOKEN
DAV_URL=https://nextcloud.kaminsky.me/remote.php/webdav/android-artifacts/
PUBLIC_URL=https://www.kaminsky.me/nc-dev/android-artifacts
USER=$1
PASS=$2
BUILD=$3
PR=$4
GITHUB_TOKEN=$5
DAV_URL=https://nextcloud.kaminsky.me/remote.php/dav/files/$USER/android-artifacts/
if ! test -e app/build/outputs/apk/qa/debug/app-qa-*.apk ; then
exit 1