mirror of
https://github.com/mihonapp/mihon-preview.git
synced 2024-12-26 19:08:22 +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
|
||||
|
||||
- name: Build APK
|
||||
uses: gradle/gradle-command-action@v1
|
||||
uses: gradle/gradle-command-action@v2
|
||||
with:
|
||||
arguments: assembleStandardPreview
|
||||
distributions-cache-enabled: true
|
||||
dependencies-cache-enabled: true
|
||||
configuration-cache-enabled: true
|
||||
|
||||
- name: Clean up build artifacts
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user