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}"