Skip to content

Commit

Permalink
chore: update gradle cache clear step
Browse files Browse the repository at this point in the history
  • Loading branch information
meypod committed Feb 25, 2024
1 parent e61eaaa commit de103e4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,9 @@ jobs:
./gradlew --no-daemon :app:bundleRelease -PnoSign
./gradlew --no-daemon :app:assembleRelease -PnoSign -PuseLegacyPackaging=true
- name: cleanup gradle cache and build
- name: cleanup gradle caches
run: |
./gradlew clean
rm -rf $HOME/.gradle/caches/
rm -rf ~/.gradle/caches/
- name: Sign App Apk
if: ${{ github.event_name == 'release'}}
Expand Down

0 comments on commit de103e4

Please sign in to comment.