🔧 Updated conan push URL

This commit is contained in:
Edgar 2022-09-03 13:18:52 +02:00
parent 763f10693a
commit 1229e4cc93
No known key found for this signature in database
GPG Key ID: 17D930BB616061A5
2 changed files with 2 additions and 2 deletions

View File

@ -59,5 +59,5 @@ jobs:
CONAN_PASSWORD: ${{ secrets.CONAN_PASSWORD }} CONAN_PASSWORD: ${{ secrets.CONAN_PASSWORD }}
CONAN_PROFILE: ${{ matrix.config.conan-profile }} CONAN_PROFILE: ${{ matrix.config.conan-profile }}
run: | run: |
conan remote add ror-v2 https://artifactory.anotherfoxguy.com/artifactory/api/conan/rigs-of-rods conan remote add conan-afg https://conan.anotherfoxguy.com
python build.py python build.py

View File

@ -39,4 +39,4 @@ data = list(filter(lambda k: 'anotherfoxguy' in k, subprocess.run(
['conan', 'search', '*', '--raw'], stdout=subprocess.PIPE).stdout.decode("utf-8").split())) ['conan', 'search', '*', '--raw'], stdout=subprocess.PIPE).stdout.decode("utf-8").split()))
for d in data: for d in data:
system(f"conan upload {d} -r ror-v2 --all --force") system(f"conan upload {d} -r conan-afg --all --force")