From 4eca1136ffe7adfd36509e89be2fd0ebf4878c72 Mon Sep 17 00:00:00 2001 From: TotalJustice <47043333+ITotalJustice@users.noreply.github.com> Date: Sat, 20 May 2023 20:58:07 +0100 Subject: [PATCH] fix workflow --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d9c077d..f82b040 100644 --- a/Makefile +++ b/Makefile @@ -183,7 +183,7 @@ endif dist: all @echo making dist ... - @rm sys-patch.zip + @rm -f sys-patch.zip @cd out; zip -r ../sys-patch.zip ./*; cd ../ #--------------------------------------------------------------------------------- else