diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ee111ff..64867d7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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