Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jgillis authored Jun 24, 2021
1 parent 49c2578 commit d6b269f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ runs:
curl -OL https://github.com/meco-group/mockups/releases/download/v4/mockups_${{ inputs.tag }}.zip
unzip mockups_${{ inputs.tag }}.zip -d mockups
ls mockups
echo "MATLAB_ROOT=$GITHUB_ACTION_PATH/mockups/matlab" >> $GITHUB_ENV
echo "MATLAB_ROOT=$GITHUB_ACTION_PATH\\mockups\\install" >> $GITHUB_ENV
shell: bash

0 comments on commit d6b269f

Please sign in to comment.