Skip to content

Commit

Permalink
修正 github action 错误
Browse files Browse the repository at this point in the history
  • Loading branch information
TartaricAcid committed Feb 23, 2022
1 parent ce89d8d commit bcaf772
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
path: ./build/libs/*.jar

- name: Cleanup Gradle Cache
run: |
rm -f ~/.gradle/caches/modules-2/modules-2.lock
rm -f ~/.gradle/caches/modules-2/gc.properties
run: |
rm -f ~/.gradle/caches/modules-2/modules-2.lock
rm -f ~/.gradle/caches/modules-2/gc.properties

0 comments on commit bcaf772

Please sign in to comment.