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 140e99d commit 67d16d3
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 @@ -112,15 +112,15 @@ jobs:

- name: Build MATLAB archives on WINDOWS
run: |
7z a biorbd_eigen_matlab_${{ matrix.label }}.zip $HOME/biorbd_eigen_matlab
7z a biorbd_matlab_${{ matrix.label }}.zip $HOME/biorbd_matlab
if: matrix.label == 'win-64'

- name: Upload files to a GitHub release
uses: xresloader/upload-to-github-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: "biorbd_eigen_matlab_${{ matrix.label }}.zip"
file: "biorbd_matlab_${{ matrix.label }}.zip"
update_latest_release: true
verbose: true
overwrite: true

0 comments on commit 67d16d3

Please sign in to comment.