Skip to content

Commit

Permalink
Fixed path for Linux and Mac for publishing the matlab binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
pariterre authored Aug 13, 2024
1 parent e2d4b2c commit d5bc034
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish_matlab_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ jobs:

- name: Build MATLAB archives on UNIX
run: |
zip -r ezc3d_matlab_${{ matrix.label }}.zip $HOME/ezc3d_matlab
cd $HOME
zip -r ezc3d_matlab_${{ matrix.label }}.zip ezc3d_matlab
cd $MAIN_FOLDER
if: matrix.label != 'win-64'

- name: Build MATLAB archives on WINDOWS
Expand All @@ -106,4 +108,4 @@ jobs:
file: "ezc3d_matlab_${{ matrix.label }}.zip"
update_latest_release: true
verbose: true
overwrite: true
overwrite: true

0 comments on commit d5bc034

Please sign in to comment.