update build.yml
Android CI / build (push) Successful in 10m31s
Details
Android CI / build (push) Successful in 10m31s
Details
This commit is contained in:
parent
ebeb51b8f8
commit
b5e4de0f65
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue