We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 608ab65 commit c7a4fcdCopy full SHA for c7a4fcd
.github/workflows/build-debug-apk.yml
@@ -24,9 +24,6 @@ jobs:
24
uses: eskatos/gradle-command-action@v2.1.5
25
with:
26
arguments: assembleDebug
27
- distributions-cache-enabled: true
28
- dependencies-cache-enabled: true
29
- configuration-cache-enabled: true
30
31
- name: Upload debug apk
32
uses: actions/upload-artifact@v3
.github/workflows/build-release-apk.yml
@@ -28,9 +28,6 @@ jobs:
arguments: assembleRelease
33
34
35
- name: Push tag
36
run: |
0 commit comments