build: remove cache/ on making releases

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2024-07-17 18:52:58 +01:00
parent 79f50b3791
commit e699037890
+1 -1
View File
@@ -100,7 +100,7 @@ build_release()
cd "$srcdir" || $err "$vdir: !cd \"$srcdir\""
./update trees -f
rmgit .
x_ rm -Rf hash repo
x_ rm -Rf cache
x_ mv src/docs docs
) || $err "can't create release files"