Skip to content

Commit

Permalink
chore: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismclarke committed Sep 26, 2024
1 parent fb0bf6c commit b22165b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ jobs:
run: npx cap sync

- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: "zulu"
java-version: "17"
cache: "gradle"

- name: Setup Android SDK
uses: android-actions/setup-android@v2
uses: android-actions/setup-android@v3

- name: Build Android Debug Bundle
working-directory: ./android
Expand All @@ -70,7 +70,8 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: debug_aab
path: ./android/app/build/outputs/bundle/debug/app-debug.aab
path: ./android/app/build/outputs
# path: ./android/app/build/outputs/bundle/debug/app-debug.aab

# - name: Build Android Release Bundle
# working-directory: ./android
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ In this file paste the code
```

## Test

Once the action has finished it will provide download links to android debug apk

This can be installed directly on any android device

0 comments on commit b22165b

Please sign in to comment.