Skip to content

Commit 433a411

Browse files
[2/2] Conan login right before conan uploading to artifacty
1 parent 9c1fb82 commit 433a411

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/android_main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,12 @@ jobs:
5353
- name: conan profile
5454
run: conan profile detect
5555

56-
- name: conan login
57-
run: conan remote login odr admin --password ${{ secrets.ARTIFACTORY }}
5856
- name: gradle
5957
run: ./gradlew assembleDebug lintProDebug lintLiteDebug --stacktrace
6058

59+
- name: conan login
60+
run: conan remote login odr admin --password ${{ secrets.ARTIFACTORY }}
61+
6162
- name: upload binaries to conan repo
6263
run: conan upload "*" --check --confirm --remote odr
6364

0 commit comments

Comments
 (0)