We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9927026 commit 02f59d9Copy full SHA for 02f59d9
.github/workflows/upload-conan-pkgs.yml
@@ -43,6 +43,7 @@ jobs:
43
set -eu
44
cd /mnt/source
45
conan remote add osp https://osp.jfrog.io/artifactory/api/conan/conan-local --force
46
+ conan profile detect --force
47
REFNAME="${GITHUB_REF#refs/*/}"
48
VERSION="v$(<version.txt)"
49
if [[ $GITHUB_REF == refs/tags/* ]] && [[ $REFNAME == $VERSION ]]; then CHANNEL="stable"
0 commit comments