From a957ece62b4ac0a3c9f6468646c1e02e106d6b00 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Mon, 6 Aug 2018 21:07:20 +0100 Subject: [PATCH] Upload artifacts to repo in LOOT's Bintray org --- README.md | 2 +- appveyor.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6f23f23..5916c12 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A Python module that wraps the LOOT API, generated by [pybind11](https://github. ## Downloads -Snapshot builds are available on [Bintray](https://bintray.com/wrinklyninja/loot/loot-api-python). The snapshot build archives are named like so: +Snapshot builds are available on [Bintray](https://bintray.com/loot/snapshots/loot-api-python). The snapshot build archives are named like so: ``` loot_api_python--win32.7z diff --git a/appveyor.yml b/appveyor.yml index c5ced6d..c96894d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -41,8 +41,8 @@ deploy: username: wrinklyninja api_key: secure: fBQJmUDK/EgEUWjjbo6bWcitczeFTJZT4OZ3ZZ4FoUT6soBsTWPQJnr8YEVMFhGP - subject: wrinklyninja - repo: loot + subject: loot + repo: snapshots package: loot-api-python version: $(GIT_DESCRIBE)_$(APPVEYOR_REPO_BRANCH) publish: true