rm command

This commit is contained in:
Alex Williams
2024-06-22 16:28:26 +01:00
parent cc177a9093
commit afd2bfe021

View File

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