fix(ci): 尝试修复调试证书生成权限权限问题

This commit is contained in:
Super12138 2025-03-20 21:47:29 +08:00 committed by GitHub
parent 91d6a0508e
commit d7c3b667f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@ jobs:
java-version: '21'
distribution: 'temurin'
cache: gradle
- name: Install NDK 27.0.12077973
run: echo "y" | sudo ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --install 'ndk;27.0.12077973'
@ -47,6 +47,10 @@ jobs:
# path: ${ANDROID_HOME}/ndk/27.0.12077973
# key: ndk-cache
- name: Fix Permissions for Debug Keystore Path
if: github.ref != 'refs/heads/main'
run: sudo chmod -R 777 /home/runner/.config/.android
- name: Build with Gradle
run: ./gradlew assembleRelease