The action authenticates against the Conan remote to upload to, then uploads a package.
Example usage:
uses: grisumbras/conan-upload@latest
with:
login: johndoe
password: ${{ secrets.SECRET_CONAN_PASSSWORD }}
url: https://api.bintray.com/conan/johndoe/conan-public
Version of the package to export. If not specified, version
attribute of the
package recipe is used.
User (namespace) of the package to export. If not specified
-
CONAN_USERNAME
environment variable is used, if present; -
or
default_user
attribute of the package recipe is used, if present; -
or the first part of the value of
GITHUB_REPOSITORY
environment variable (before the slash) is used.
Channel of the package to export. If not specified
-
CONAN_CHANNEL
environment variable is used, if present; -
or
default_channel
attribute of the package recipe is used, if present; -
or the string
testing
.
Dmitry Arkhipov <grisumbras@gmail.com>
BSL-1.0 © 2019 Dmitry Arkhipov