Skip to content

Commit

Permalink
fix upload
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed May 26, 2024
1 parent 65230e4 commit 2d1b92e
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 @@ -61,7 +61,7 @@ jobs:
run: ./gradlew assembleDebug lintProDebug lintLiteDebug --stacktrace

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

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

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

0 comments on commit 2d1b92e

Please sign in to comment.