Skip to content

Commit

Permalink
Add mkdir to ci_macos.sh
Browse files Browse the repository at this point in the history
`mv` was changed from "directory to directory" to "files to directory".
  • Loading branch information
ryukau committed Dec 19, 2022
1 parent cbb57aa commit bd20043
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/ci_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ cmake -GXcode \
cmake --build . -j2 --config Release

# Only moving `*.vst3`. `*.dSYM` are also generated but the sizes are too large.
mkdir "$GITHUB_WORKSPACE"/vst_macOS
mv "$HOME"/vst3sdk/build/VST3/Release/*.vst3 "$GITHUB_WORKSPACE"/vst_macOS
xattr -rc "$GITHUB_WORKSPACE"/vst_macOS

0 comments on commit bd20043

Please sign in to comment.