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 0b8ae29 commit 72bdad9Copy full SHA for 72bdad9
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 "*" --remote odr --confirm --all --no-overwrite recipe
+ run: conan upload "*" --remote odr --confirm --all --no-overwrite all
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