Skip to content

Commit

Permalink
upload all
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed May 1, 2024
1 parent b599e05 commit 0b8ae29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: ./gradlew assembleDebug lintProDebug lintLiteDebug --stacktrace

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

- name: upload apks
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
test ! -f sorry_but_tests_are_failing
- name: upload binaries to conan repo
run: conan upload "*" --confirm --remote odr
run: conan upload "*" --remote odr --confirm --all --no-overwrite recipe

- name: upload test results
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 0b8ae29

Please sign in to comment.