|
@@ -34,12 +34,9 @@ jobs:
|
|
cp .github/runner-files/ci-gradle.properties ~/.gradle/gradle.properties
|
|
cp .github/runner-files/ci-gradle.properties ~/.gradle/gradle.properties
|
|
|
|
|
|
- name: Build app
|
|
- name: Build app
|
|
- uses: gradle/gradle-command-action@v1
|
|
|
|
|
|
+ uses: gradle/gradle-command-action@v2
|
|
with:
|
|
with:
|
|
arguments: assembleStandardRelease
|
|
arguments: assembleStandardRelease
|
|
- distributions-cache-enabled: true
|
|
|
|
- dependencies-cache-enabled: true
|
|
|
|
- configuration-cache-enabled: true
|
|
|
|
|
|
|
|
# Sign APK and create release for tags
|
|
# Sign APK and create release for tags
|
|
|
|
|