Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
xuduo committed Dec 14, 2023
2 parents 18ea2ad + 422bb69 commit 49f6655
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/android-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,22 @@ jobs:

- name: Grant execute permission for gradlew
run: chmod +x ./gradlew

- name: Build debug APK
run: ./gradlew assembleDebug

- name: Run tests
run: ./gradlew test

- name: Build relase APK
run: ./gradlew assembleRelease

- name: Upload APK
uses: actions/upload-artifact@v2
with:
name: app-release
path: app/build/outputs/apk/release/*.apk




0 comments on commit 49f6655

Please sign in to comment.