copy command restruct

This commit is contained in:
Audrey Jensen 2024-08-14 10:59:09 -05:00
parent 32307aa504
commit aee592e023
Signed by: audrey
SSH Key Fingerprint: SHA256:k+6b1AGMt7Q6374OfeAXUFNe0eFpsUt6eV4biffF06U

View File

@ -18,7 +18,8 @@ jobs:
SSH-STRICT: 'false'
- name: Copy files to project dir
run: xcopy /E /I . ${{ var.PROD_DEPLOY_DIR }}
run: |
xcopy /E /I . ${{ var.PROD_DEPLOY_DIR }}
- name: Update Composer Packages
working-directory: ${{ var.PROD_DEPLOY_DIR }}