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 9c1fb82 commit 433a411Copy full SHA for 433a411
1 file changed
.github/workflows/android_main.yml
@@ -53,11 +53,12 @@ jobs:
53
- name: conan profile
54
run: conan profile detect
55
56
- - name: conan login
57
- run: conan remote login odr admin --password ${{ secrets.ARTIFACTORY }}
58
- name: gradle
59
run: ./gradlew assembleDebug lintProDebug lintLiteDebug --stacktrace
60
+ - name: conan login
+ run: conan remote login odr admin --password ${{ secrets.ARTIFACTORY }}
61
+
62
- name: upload binaries to conan repo
63
run: conan upload "*" --check --confirm --remote odr
64
0 commit comments