Skip to content

Commit 85081f4

Browse files
Fixed Conan package upload step in CD stage.
1 parent 3ca8a71 commit 85081f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,6 @@ jobs:
257257
commands: |
258258
${{ matrix.config.activate_venv }}
259259
${{ matrix.config.setup_build_env }}
260-
python3 scripts/conan/upload.py teiacare ${{ secrets.ARTIFACTORY_URL }} ${{ secrets.ARTIFACTORY_USERNAME }} ${{ secrets.ARTIFACTORY_PASSWORD }}
260+
python3 scripts/conan/upload.py teiacare teiacare_sdk ${{ secrets.ARTIFACTORY_URL }} ${{ secrets.ARTIFACTORY_USERNAME }} ${{ secrets.ARTIFACTORY_PASSWORD }}
261261
env:
262262
CONAN_USER_HOME: ${{ github.workspace }}

0 commit comments

Comments
 (0)