From afd2bfe021d37d77a4eef1b98bf6267071a515dd Mon Sep 17 00:00:00 2001 From: Alex Williams Date: Sat, 22 Jun 2024 16:28:26 +0100 Subject: [PATCH] rm command --- .github/workflows/autodeploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autodeploy.yml b/.github/workflows/autodeploy.yml index b3890c46..a7119df8 100644 --- a/.github/workflows/autodeploy.yml +++ b/.github/workflows/autodeploy.yml @@ -74,7 +74,7 @@ jobs: - name: Download and unzip the build shell: bash run: | - rm ./* + rm -Rf ./* EXTENSION="${TARGET_ZIP##*.}" FILENAME="${TARGET_ZIP%.*}" LATEST_FILENAME="${FILENAME}_latest.${EXTENSION}"