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 b599e05 commit 0b8ae29Copy full SHA for 0b8ae29
1 file changed
.github/workflows/android_main.yml
@@ -62,7 +62,7 @@ jobs:
62
run: ./gradlew assembleDebug lintProDebug lintLiteDebug --stacktrace
63
64
- name: upload binaries to conan repo
65
- run: conan upload "*" --confirm --remote odr
+ run: conan upload "*" --remote odr --confirm --all --no-overwrite recipe
66
67
- name: upload apks
68
uses: actions/upload-artifact@v3
@@ -187,7 +187,7 @@ jobs:
187
test ! -f sorry_but_tests_are_failing
188
189
190
191
192
- name: upload test results
193
0 commit comments