Skip to content

Commit 72bdad9

Browse files
committed
no overwrite all
1 parent 0b8ae29 commit 72bdad9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/android_main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: ./gradlew assembleDebug lintProDebug lintLiteDebug --stacktrace
6363

6464
- name: upload binaries to conan repo
65-
run: conan upload "*" --remote odr --confirm --all --no-overwrite recipe
65+
run: conan upload "*" --remote odr --confirm --all --no-overwrite all
6666

6767
- name: upload apks
6868
uses: actions/upload-artifact@v3
@@ -187,7 +187,7 @@ jobs:
187187
test ! -f sorry_but_tests_are_failing
188188
189189
- name: upload binaries to conan repo
190-
run: conan upload "*" --remote odr --confirm --all --no-overwrite recipe
190+
run: conan upload "*" --remote odr --confirm --all --no-overwrite all
191191

192192
- name: upload test results
193193
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)