update workflow
This commit is contained in:
@@ -42,6 +42,11 @@ jobs:
|
||||
java-version: "17"
|
||||
distribution: "temurin"
|
||||
|
||||
- name: Setup Android SDK
|
||||
uses: android-actions/setup-android@v3
|
||||
with:
|
||||
cmdline-tools-version: latest
|
||||
|
||||
- name: Install and Build Web App
|
||||
working-directory: client
|
||||
env:
|
||||
@@ -65,7 +70,6 @@ jobs:
|
||||
RELEASE_KEY_PASSWORD: ${{ secrets.ORG_GRADLE_PROJECT_RELEASE_KEY_PASSWORD }}
|
||||
RELEASE_KEY_ALIAS: ${{ secrets.ORG_GRADLE_PROJECT_RELEASE_KEY_ALIAS }}
|
||||
run: |
|
||||
export ANDROID_HOME=/path/to/your/android-sdk
|
||||
chmod +x gradlew
|
||||
./gradlew assembleRelease
|
||||
|
||||
|
||||
Reference in New Issue
Block a user