Skip to content

Commit

Permalink
Remove upload of AAR
Browse files Browse the repository at this point in the history
  • Loading branch information
orhoj committed Jan 25, 2024
1 parent e7c587b commit 6dad5cc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/deploy-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ jobs:
run: make && cd concordium-sdk && mvn --batch-mode --update-snapshots install && mvn lombok:delombok -f pom.xml && mvn javadoc:jar -f pom.xml && mv target/*-javadoc.jar ../concordium-android-sdk/target/
- name: Build and test android sdk
run: cd concordium-android-sdk && mvn --batch-mode --update-snapshots install && mvn source:jar
- name: Upload aar
uses: actions/upload-artifact@master
with:
name: deploy-android
path: ./concordium-android-sdk/target
- name: Set up Apache Maven Central
uses: actions/setup-java@v4
with: # running setup-java again overwrites the settings.xml
Expand Down

0 comments on commit 6dad5cc

Please sign in to comment.