Skip to content

Commit

Permalink
fix macos mcx package path
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Aug 21, 2023
1 parent 1c9efee commit 88eba94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,9 @@ jobs:
- name: Prepare mcx package
run: |
if [[ "$RUNNER_OS" == "macOS" ]]; then
cp -a src/mcstudio/debug/mcxstudio.app bin
cp -a src/mcstudio/mcxshow.app bin
cp -a src/mcstudio/mcxviewer.app bin
cp -a mcstudio/debug/mcxstudio.app bin
cp -a mcstudio/mcxshow.app bin
cp -a mcstudio/mcxviewer.app bin
elif [[ "$RUNNER_OS" == "Windows" ]]; then
rm -rf octave cuda_installer* bin/mcx.lib bin/mcx.exp
strip -S bin/*
Expand Down

0 comments on commit 88eba94

Please sign in to comment.