Skip to content

Commit

Permalink
[2/2] Conan login right before conan uploading to artifacty
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Jul 11, 2024
1 parent 9c1fb82 commit 433a411
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/android_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,12 @@ jobs:
- name: conan profile
run: conan profile detect

- name: conan login
run: conan remote login odr admin --password ${{ secrets.ARTIFACTORY }}
- 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

Expand Down

0 comments on commit 433a411

Please sign in to comment.