Skip to content

Commit

Permalink
Upload target
Browse files Browse the repository at this point in the history
  • Loading branch information
Hjort committed Jan 25, 2024
1 parent 7d22117 commit eb1bf5b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ 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 eb1bf5b

Please sign in to comment.