Skip to content

Commit

Permalink
Fix buildtool call.
Browse files Browse the repository at this point in the history
  • Loading branch information
pablorcum authored Oct 22, 2023
1 parent 85ac1cc commit 1a3b3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Run MATLAB command
run: |
&"$env:ProgramFiles\MATLAB\$env:MATLAB_VER\bin\matlab.exe" -batch "openProject(pwd); cd('buildUtilities'); buildtool test('noHW'); buildtool package('${{ github.ref_name }}','${{ github.actor }}')"
&"$env:ProgramFiles\MATLAB\$env:MATLAB_VER\bin\matlab.exe" -batch "openProject(pwd); cd('buildUtilities'); buildtool test('noHW') package('${{ github.ref_name }}','${{ github.actor }}');"
# Create new release
- name: Release
Expand Down

0 comments on commit 1a3b3d2

Please sign in to comment.