Skip to content

Commit 02f59d9

Browse files
authored
Detect profile
1 parent 9927026 commit 02f59d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/upload-conan-pkgs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
set -eu
4444
cd /mnt/source
4545
conan remote add osp https://osp.jfrog.io/artifactory/api/conan/conan-local --force
46+
conan profile detect --force
4647
REFNAME="${GITHUB_REF#refs/*/}"
4748
VERSION="v$(<version.txt)"
4849
if [[ $GITHUB_REF == refs/tags/* ]] && [[ $REFNAME == $VERSION ]]; then CHANNEL="stable"

0 commit comments

Comments
 (0)