This commit is contained in:
2023-04-27 23:44:19 -07:00
parent d6859945a2
commit ab94b78c42

View File

@@ -34,6 +34,8 @@ runs:
- name: "Build command."
id: command
run: |
# Replace each space with a backslash and a space
TARGET="${${{ inputs.target }}// /\\ }"
COMMAND="cp ${{ inputs.target }} ${{ inputs.dest }}"
RECURSIVE="${{ inputs.recursive }}"
if [[ "$RECURSIVE" == "true" ]]; then