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'
|
distribution: 'temurin'
|
||||||
java-version: '21'
|
java-version: '21'
|
||||||
|
|
||||||
- name: setup android development environment
|
- name: Setup Android Development Environment
|
||||||
uses: android-actions/setup-android@v2
|
uses: android-actions/setup-android@v3
|
||||||
|
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
run: |
|
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
|
npm install -g pnpm
|
||||||
|
|
||||||
- name: Update Submodules
|
- name: Update Submodules
|
||||||
|
@ -95,5 +98,5 @@ jobs:
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: GakumasLocalify-Signed-apk
|
name: GakumasLocalify-Signed-apk
|
||||||
path: ${{steps.sign_app.outputs.signedFile}}
|
path: ${{steps.sign_app.outputs.signedReleaseFile}}
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
Loading…
Reference in New Issue