Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
applibengineering authored May 28, 2022
1 parent 0a7c866 commit 7d2e1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7d2e1a0

Please sign in to comment.