mirror of
https://github.com/dzeiocom/crashhandler.git
synced 2025-06-25 00:49:19 +00:00
feat: Add crash saving (#12)
This commit is contained in:
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -27,16 +27,14 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: set up JDK 11
|
||||
- name: set up JDK 17
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: '11'
|
||||
distribution: 'adopt'
|
||||
java-version: '17'
|
||||
distribution: 'temurin'
|
||||
cache: gradle
|
||||
- name: Build project
|
||||
run: |
|
||||
chmod +x .github/scripts/gradlew_recursive.sh
|
||||
.github/scripts/gradlew_recursive.sh assembleDebug
|
||||
run: ./gradlew assembleDebug
|
||||
- name: Zip artifacts
|
||||
run: zip -r assemble.zip . -i '**/build/*.apk' '**/build/*.aab' '**/build/*.aar' '**/build/*.so'
|
||||
- name: Upload artifacts
|
||||
|
Reference in New Issue
Block a user