mirror of
https://github.com/gotson/komga.git
synced 2026-04-26 00:42:35 +02:00
ci: cleanup conveyor output to reduce disk space
This commit is contained in:
parent
1fb93dfa38
commit
4f4cad2610
1 changed files with 4 additions and 0 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue