File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,22 +22,11 @@ jobs:
2222 - name : Setup Gradle
2323 uses : gradle/gradle-build-action@v3.5.0
2424
25+
2526 - name : Build with Gradle
2627 run :
27- echo 'org.gradle.parallel=true' >> gradle.properties
28- echo 'org.gradle.vfs.watch=true' >> gradle.properties
29- echo 'qauxv.override.ninja.path=/usr/bin/ninja' >> local.properties
30- sed -i 's/org.gradle.configuration-cache=true//g' gradle.properties
31- echo 'buildCache { local { removeUnusedEntriesAfterDays = 1 } }' >> settings.gradle.kts
32- echo ${{ secrets.SIGN_KEYSTORE_BASE64 }} | base64 -d > keystore.jks
33- ./gradlew :app:synthesizeDistReleaseApksCI :app:extractReleaseNativeDebugMetadata
34- ccache -s
28+ ./gradlew build
3529 echo "FILE=$(find build/libs -name '*.jar')" >> $GITHUB_ENV
36- env :
37- KEYSTORE_PATH : " ../keystore.jks"
38- KEYSTORE_PASSWORD : ${{ secrets.SIGN_KEYSTORE_PASSWORD }}
39- KEY_ALIAS : ${{ secrets.SIGN_ALIAS }}
40- KEY_PASSWORD : ${{ secrets.SIGN_KEY_PASSWORD }}
4130
4231 - name : Upload a Build Artifact
4332 uses : actions/upload-artifact@v4.6.2
You can’t perform that action at this time.
0 commit comments