mirror of
https://github.com/dzeiocom/OpenHealth.git
synced 2025-04-23 03:12:14 +00:00
parent
4c64e9473d
commit
59ede86b46
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -26,13 +26,16 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: https://github.com/actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: set up JDK 11
|
- name: set up JDK 11
|
||||||
uses: https://github.com/actions/setup-java@v3
|
uses: https://github.com/actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
java-version: '11'
|
java-version: '11'
|
||||||
distribution: 'adopt'
|
distribution: 'adopt'
|
||||||
cache: gradle
|
cache: gradle
|
||||||
|
|
||||||
|
- name: Setup Android SDK
|
||||||
|
uses: https://github.com/android-actions/setup-android@v2
|
||||||
- name: Prepare project
|
- name: Prepare project
|
||||||
run: chmod +x .github/scripts/gradlew_recursive.sh
|
run: chmod +x .github/scripts/gradlew_recursive.sh
|
||||||
- name: Build project
|
- name: Build project
|
||||||
@ -41,7 +44,7 @@ jobs:
|
|||||||
run: zip -r assemble.zip . -i '**/build/*.apk' '**/build/*.aab' '**/build/*.aar' '**/build/*.so'
|
run: zip -r assemble.zip . -i '**/build/*.apk' '**/build/*.aab' '**/build/*.aar' '**/build/*.so'
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
uses: https://github.com/actions/upload-artifact@v3
|
uses: upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: assemble
|
name: assemble
|
||||||
path: assemble.zip
|
path: assemble.zip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user