Remove built binaries for less cache size

This commit is contained in:
Benau 2021-04-30 09:10:59 +08:00
parent a2004e53fb
commit 6bcad633ef

View File

@ -161,6 +161,11 @@ jobs:
with:
name: tools
path: tools
- name: Remove built binaries for less cache size
shell : bash
run: |
rm -rf build/Debug
rm -rf build/bin
packaging:
name: Packaging STK