Skip to content

Commit

Permalink
deploy job
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmateos committed May 21, 2024
1 parent a0825ef commit b60ac0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
fileName: 'dhis_keystore.jks'
encodedString: ${{ secrets.KEYSTORE }}
- name: Build release apk
run: ./gradlew app:assembleDhisRelease app:assembleDhisDebug
run: ./gradlew app:assembleDhisRelease app:assembleDhisDebug app:assembleDhisPlayServicesRelease
env:
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
SIGNING_KEY_ALIAS: ${{ secrets.KEY_ALIAS }}
Expand Down

0 comments on commit b60ac0c

Please sign in to comment.