mirror of https://github.com/laurent22/joplin.git
CI: Assemble Android release instead of debug (#10576)
parent
a086358824
commit
8e44a15c8d
|
@ -16,7 +16,7 @@ jobs:
|
|||
with:
|
||||
concurrent_skipping: 'same_content_newer'
|
||||
|
||||
BuildAndroidDebug:
|
||||
AssembleRelease:
|
||||
needs: pre_job
|
||||
if: github.repository == 'laurent22/joplin' && needs.pre_job.outputs.should_skip != 'true'
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -45,7 +45,7 @@ jobs:
|
|||
- name: Install
|
||||
run: yarn install
|
||||
|
||||
- name: Build Android Release
|
||||
- name: Assemble Android Release
|
||||
run: |
|
||||
cd packages/app-mobile/android && ./gradlew assembleDebug
|
||||
cd packages/app-mobile/android && ./gradlew assembleRelease
|
||||
|
Loading…
Reference in New Issue