Skip to content

Commit bbc6758

Browse files
authored
again
1 parent 67d16d3 commit bbc6758

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_matlab_eigen_binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ jobs:
106106

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

113113
- name: Build MATLAB archives on WINDOWS

0 commit comments

Comments
 (0)