Skip to content

Commit

Permalink
chore: switch uploadArtifact.sh to remote.php/dav
Browse files Browse the repository at this point in the history
Signed-off-by: Josh <josh.t.richards@gmail.com>
  • Loading branch information
joshtrichards authored and mahibi committed Jan 20, 2025
1 parent 3522ab7 commit f9928ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/uploadArtifact.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9928ef

Please sign in to comment.