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 8495d0f commit 6f3a04eCopy full SHA for 6f3a04e
1 file changed
.github/workflows/android_main.yml
@@ -172,8 +172,8 @@ jobs:
172
173
test ! -f sorry_but_tests_are_failing
174
175
- - name: conan remote
176
- run: conan remote add --index 0 odr https://artifactory.opendocument.app/artifactory/api/conan/conan
+ - name: conan login
+ run: conan remote login odr admin --password ${{ secrets.ARTIFACTORY }}
177
178
- name: upload binaries to conan repo
179
run: conan upload "*" --check --confirm --remote odr
0 commit comments