Skip to content

Commit

Permalink
Print macos build folders content
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr_brt committed Mar 23, 2021
1 parent 0248d40 commit e3ceafd
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 @@ -50,7 +50,7 @@ jobs:
- name: Prepare library for zip file
if: matrix.os == 'macos-latest'
shell: bash
run: ls -l && cp -r sc/* **/build/**.so mi-UGens
run: ls -l **/build && cp -r sc/* **/build/**.so mi-UGens

- name: Prepare library for zip file
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit e3ceafd

Please sign in to comment.