Skip to content

Commit c7a4fcd

Browse files
committed
Fix : workflows
1 parent 608ab65 commit c7a4fcd

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/build-debug-apk.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424
uses: eskatos/gradle-command-action@v2.1.5
2525
with:
2626
arguments: assembleDebug
27-
distributions-cache-enabled: true
28-
dependencies-cache-enabled: true
29-
configuration-cache-enabled: true
3027

3128
- name: Upload debug apk
3229
uses: actions/upload-artifact@v3

.github/workflows/build-release-apk.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ jobs:
2828
uses: eskatos/gradle-command-action@v2.1.5
2929
with:
3030
arguments: assembleRelease
31-
distributions-cache-enabled: true
32-
dependencies-cache-enabled: true
33-
configuration-cache-enabled: true
3431

3532
- name: Push tag
3633
run: |

0 commit comments

Comments
 (0)