Skip to content

Commit

Permalink
Don't upload conan binaries to artifactory
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Aug 9, 2024
1 parent fbc9e6f commit 4ed59b4
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/android_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@ jobs:
- name: gradle
run: ./gradlew assembleDebug lintProDebug lintLiteDebug --stacktrace

- name: conan login
run: conan remote login odr admin --password ${{ secrets.ARTIFACTORY }}

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

- name: upload apks
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -172,12 +166,6 @@ jobs:
test ! -f sorry_but_tests_are_failing
- name: conan login
run: conan remote login odr admin --password ${{ secrets.ARTIFACTORY }}

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

- name: upload test results
uses: actions/upload-artifact@v4
if: always()
Expand Down

0 comments on commit 4ed59b4

Please sign in to comment.