mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-05 13:14:29 +02:00
build: copy-paste error fixed in CONAN_UPLOAD
This commit is contained in:
2
.github/workflows/conan-ci.yml
vendored
2
.github/workflows/conan-ci.yml
vendored
@@ -47,7 +47,7 @@ jobs:
|
|||||||
CONAN_USERNAME: ${{ secrets.CONAN_USERNAME }}
|
CONAN_USERNAME: ${{ secrets.CONAN_USERNAME }}
|
||||||
CONAN_LOGIN_USERNAME: ${{ secrets.CONAN_LOGIN_USERNAME }}
|
CONAN_LOGIN_USERNAME: ${{ secrets.CONAN_LOGIN_USERNAME }}
|
||||||
CONAN_PASSWORD: ${{ secrets.CONAN_PASSWORD }}
|
CONAN_PASSWORD: ${{ secrets.CONAN_PASSWORD }}
|
||||||
CONAN_UPLOAD: ${{ secrets.CONAN_LOGIN_USERNAME }}
|
CONAN_UPLOAD: ${{ secrets.CONAN_UPLOAD }}
|
||||||
CONAN_OPTIONS: mp-units:generate_docs=False
|
CONAN_OPTIONS: mp-units:generate_docs=False
|
||||||
CONAN_DOCKER_IMAGE: conanio/${{ matrix.compiler.name }}${{ matrix.compiler.version }}
|
CONAN_DOCKER_IMAGE: conanio/${{ matrix.compiler.name }}${{ matrix.compiler.version }}
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user