mirror of
https://github.com/mihonapp/mihon-preview.git
synced 2025-01-14 20:27:10 +01:00
Update gradle-command-action
This commit is contained in:
parent
31e903257f
commit
304244b808
5
.github/workflows/build_app.yml
vendored
5
.github/workflows/build_app.yml
vendored
@ -69,12 +69,9 @@ jobs:
|
|||||||
mkdir -p ~/.android/ && echo "${{ secrets.DEBUG_KEYSTORE }}" | base64 --decode > ~/.android/debug.keystore
|
mkdir -p ~/.android/ && echo "${{ secrets.DEBUG_KEYSTORE }}" | base64 --decode > ~/.android/debug.keystore
|
||||||
|
|
||||||
- name: Build APK
|
- name: Build APK
|
||||||
uses: gradle/gradle-command-action@v1
|
uses: gradle/gradle-command-action@v2
|
||||||
with:
|
with:
|
||||||
arguments: assembleStandardPreview
|
arguments: assembleStandardPreview
|
||||||
distributions-cache-enabled: true
|
|
||||||
dependencies-cache-enabled: true
|
|
||||||
configuration-cache-enabled: true
|
|
||||||
|
|
||||||
- name: Clean up build artifacts
|
- name: Clean up build artifacts
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user