Skip to content

Commit

Permalink
Use xcopy to copy recursively sc classes and docs for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr_brt committed Mar 26, 2021
1 parent c841ae1 commit 4903e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
if: matrix.os == 'windows-latest'
shell: pwsh
run: |
copy sc/* build/mi-UGens
xcopy sc build\mi-UGens\ /E
copy build_artifacts/* build/mi-UGens
# Gather all files in a zip
Expand Down

0 comments on commit 4903e8b

Please sign in to comment.