diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ec61d4146..17e768af9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -264,7 +264,7 @@ jobs: with: name: Collected-ios-templates - name: Put collected iOS templates in place - run: cp -v Collected-ios-templates/* platform/resources/ + run: cp -Rv Collected-ios-templates/* platform/resources/ - name: Get Webtemplate uses: actions/download-artifact@v1 with: