Skip to content

Commit

Permalink
Fix mac binaries copy
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr_brt committed Mar 25, 2021
1 parent 276c544 commit affa3e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ jobs:
- name: Prepare library for zip file
if: matrix.os == 'macos-latest'
shell: bash
run: ls -l **/build && cp -r sc/* **/build/**.so mi-UGens
run: ls -l . && cp -r sc/* **.scx mi-UGens

- name: Prepare library for zip file
if: matrix.os == 'windows-latest'
shell: pwsh
run: copy sc\* mi-UGens; copy **\build\**.dll mi-UGens
run: copy sc\* mi-UGens; copy **\build\**.dll mi-UGens

# Gather all files in a zip
- name: Zip up build (Unix)
Expand Down

0 comments on commit affa3e3

Please sign in to comment.