Skip to content

Commit c89f120

Browse files
authored
ci: remove build cache before uploading artifacts (#5458)
1 parent 8a7d807 commit c89f120

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/backends-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ jobs:
8282
shell: bash
8383
run: pixi run -e backends-release sccache --stop-server
8484

85+
- name: Remove build cache
86+
shell: bash
87+
run: rm -rf output/build_cache
88+
8589
- name: Upload build artifacts
8690
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
8791
with:

0 commit comments

Comments
 (0)