update build.yml
Android CI / build (push) Successful in 10m31s Details

This commit is contained in:
chinosk 2024-07-07 23:21:41 +08:00
parent ebeb51b8f8
commit b5e4de0f65
Signed by: chinosk
GPG Key ID: 00610B08C1BF7BE9
1 changed files with 6 additions and 3 deletions

View File

@ -18,11 +18,14 @@ jobs:
distribution: 'temurin'
java-version: '21'
- name: setup android development environment
uses: android-actions/setup-android@v2
- name: Setup Android Development Environment
uses: android-actions/setup-android@v3
- name: install dependencies
run: |
sdkmanager --install "cmake;3.22.1"
echo "cmake.dir=$ANDROID_HOME/cmake/3.22.1" > local.properties
echo "$ANDROID_HOME/build-tools/34.0.0" >> $GITHUB_PATH
npm install -g pnpm
- name: Update Submodules
@ -95,5 +98,5 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: GakumasLocalify-Signed-apk
path: ${{steps.sign_app.outputs.signedFile}}
path: ${{steps.sign_app.outputs.signedReleaseFile}}
continue-on-error: true