From 6cfa27a4d4ff758045eb673812e098823ab1a8e0 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Mon, 6 Aug 2018 18:07:41 +0100 Subject: [PATCH] Upload artifacts to LOOT bintray org repo --- appveyor.yml | 4 ++-- scripts/travis/loot-api.bintray.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 8f86221e..d56474a2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -66,8 +66,8 @@ deploy: username: wrinklyninja api_key: secure: fBQJmUDK/EgEUWjjbo6bWcitczeFTJZT4OZ3ZZ4FoUT6soBsTWPQJnr8YEVMFhGP - subject: wrinklyninja - repo: loot + subject: loot + repo: snapshots package: loot-api version: $(GIT_DESCRIBE)_$(APPVEYOR_REPO_BRANCH) publish: true diff --git a/scripts/travis/loot-api.bintray.json b/scripts/travis/loot-api.bintray.json index e1738702..96ffe873 100644 --- a/scripts/travis/loot-api.bintray.json +++ b/scripts/travis/loot-api.bintray.json @@ -1,8 +1,8 @@ { "package": { "name": "loot-api", - "repo": "loot", - "subject": "wrinklyninja" + "repo": "snapshots", + "subject": "loot" }, "version": { "name": "REPLACE_THIS_VERSION"