mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 06:43:24 +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
|
||||
shell: bash
|
||||
run: |
|
||||
rm ./*
|
||||
rm -Rf ./*
|
||||
EXTENSION="${TARGET_ZIP##*.}"
|
||||
FILENAME="${TARGET_ZIP%.*}"
|
||||
LATEST_FILENAME="${FILENAME}_latest.${EXTENSION}"
|
||||
|
||||
Reference in New Issue
Block a user