Update release.yml

This commit is contained in:
于先森(Mr.Yu) 2025-02-19 09:48:15 +08:00 committed by GitHub
parent 8f62f11ba6
commit edac945ffb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,9 +68,14 @@ jobs:
echo "sdk.dir=${ANDROID_HOME}" > local.properties
echo "ndk.dir=${ANDROID_HOME}/ndk/25.0.8775105" >> local.properties
export LOCAL_PROPERTIES="${{ secrets.LOCAL_PROPERTIES }}"
echo "clean gradle build"
./gradlew clean --no-daemon
echo "start init aciton"
./run init action gradle
./gradlew clean build app:assembleOssRelease \
--info \
echo "start build app"
./gradlew app:assembleOssRelease \
--no-daemon \
--stacktrace \
--info \