🔧 Updated conan push URL
This commit is contained in:
parent
763f10693a
commit
1229e4cc93
2
.github/workflows/conan-pkg.yml
vendored
2
.github/workflows/conan-pkg.yml
vendored
@ -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
|
||||||
|
2
build.py
2
build.py
@ -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")
|
Loading…
x
Reference in New Issue
Block a user