From 7d2e1a07e00acc7eed5eeaf0546a5328888ae9af Mon Sep 17 00:00:00 2001 From: Application Library Engineering Group <76680209+applibengineering@users.noreply.github.com> Date: Sat, 28 May 2022 11:58:12 +0530 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 557baa4..e99d20d 100644 --- a/action.yml +++ b/action.yml @@ -16,7 +16,7 @@ runs: working-directory: ${{ github.workspace }} run: | xcopy ${{ github.workspace }}\SDK\config ${{ github.workspace }}\ /Y - xcopy ${{ github.workspace }}\node_modules ${{ github.workspace }}\ /Y + xcopy ${{ github.workspace }}\node_modules ${{ github.workspace }}\ /E /H /C /I /Y echo %LANG% # - name: variable # shell: cmd