ci: cleanup conveyor output to reduce disk space

This commit is contained in:
Gauthier Roebroeck 2023-10-19 10:58:38 +08:00
parent 1fb93dfa38
commit 4f4cad2610

View file

@ -207,6 +207,10 @@ jobs:
build/jreleaser/trace.log
build/jreleaser/output.properties
# Sometimes the workflow will fail because it's out of disk space
- name: Cleanup Conveyor output
run: rm -fr ./output
- name: JReleaser Publish
if: inputs.docker_release
uses: gradle/gradle-build-action@v2