Skip to content

Commit cd734d1

Browse files
Cleanup build directory before uploading artifacts
1 parent a5ae3d7 commit cd734d1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ jobs:
2222
path: ../build-cache
2323
key: ${{ runner.os }}-sccache-v3
2424
- name: Build Linux installable archive
25-
run: ./utils/webassembly/ci.sh
25+
run: |
26+
./utils/webassembly/ci.sh
27+
echo "Cleanup build directory to free disk space"
28+
rm -rf ../build
2629
- name: Upload Linux installable archive
2730
uses: actions/upload-artifact@v1
2831
with:

0 commit comments

Comments
 (0)