Skip to content

Commit 6317814

Browse files
Conan login before conan uploading binaries to artifactory in emulator
1 parent d53dde8 commit 6317814

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/android_main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,9 @@ jobs:
172172
173173
test ! -f sorry_but_tests_are_failing
174174
175+
- name: conan remote
176+
run: conan remote add --index 0 odr https://artifactory.opendocument.app/artifactory/api/conan/conan
177+
175178
- name: upload binaries to conan repo
176179
run: conan upload "*" --check --confirm --remote odr
177180

0 commit comments

Comments
 (0)