mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 14:45:35 +00:00
rm command
This commit is contained in:
2
.github/workflows/autodeploy.yml
vendored
2
.github/workflows/autodeploy.yml
vendored
@@ -74,7 +74,7 @@ jobs:
|
|||||||
- name: Download and unzip the build
|
- name: Download and unzip the build
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
rm ./*
|
rm -Rf ./*
|
||||||
EXTENSION="${TARGET_ZIP##*.}"
|
EXTENSION="${TARGET_ZIP##*.}"
|
||||||
FILENAME="${TARGET_ZIP%.*}"
|
FILENAME="${TARGET_ZIP%.*}"
|
||||||
LATEST_FILENAME="${FILENAME}_latest.${EXTENSION}"
|
LATEST_FILENAME="${FILENAME}_latest.${EXTENSION}"
|
||||||
|
|||||||
Reference in New Issue
Block a user