Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
pariterre authored Aug 14, 2024
1 parent 67d16d3 commit bbc6758
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_matlab_eigen_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ jobs:

- name: Build MATLAB archives on UNIX
run: |
cp -r $HOME/biorbd_eigen_matlab .
zip -r biorbd_eigen_matlab_${{ matrix.label }}.zip biorbd_eigen_matlab
cp -r $HOME/biorbd_matlab .
zip -r biorbd_matlab_${{ matrix.label }}.zip biorbd_matlab
if: matrix.label != 'win-64'

- name: Build MATLAB archives on WINDOWS
Expand Down

0 comments on commit bbc6758

Please sign in to comment.