Skip to content

Commit

Permalink
remove gc.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
artoonie committed Jan 30, 2024
1 parent 85871e0 commit e9aac50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
uses: ./.github/actions/zip
with:
# Build, then remove all non-essential files
command: ./gradlew assemble && ./gradlew --stop
command: ./gradlew assemble && ./gradlew --stop && rm ~/.gradle/caches/*/gc.properties
input: "~/.gradle/caches"
zipFilename: ${{steps.cachefn.outputs.FILENAME}}

Expand Down

0 comments on commit e9aac50

Please sign in to comment.