mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-06 13:44:27 +02:00
ci: conan user
was replaced with conan remote login
in Conan 2.0
This commit is contained in:
6
.github/workflows/ci-conan.yml
vendored
6
.github/workflows/ci-conan.yml
vendored
@@ -264,9 +264,9 @@ jobs:
|
||||
if: github.ref == 'refs/heads/master' || env.CHANNEL == 'stable'
|
||||
shell: bash
|
||||
run: |
|
||||
conan user ${{ secrets.CONAN_LOGIN_USERNAME }} -r artifactory -p ${{ secrets.CONAN_PASSWORD }}
|
||||
conan upload "mp-units*" --all -r artifactory --confirm
|
||||
conan remote login artifactory ${{ secrets.CONAN_LOGIN_USERNAME }} -p ${{ secrets.CONAN_PASSWORD }}
|
||||
conan upload "mp-units*" -r artifactory --confirm
|
||||
- name: Remove mp-units package from Conan local cache
|
||||
shell: bash
|
||||
run: |
|
||||
conan remove mp-units -c
|
||||
conan remove mp-units --confirm
|
||||
|
Reference in New Issue
Block a user