Skip to content

Commit

Permalink
bump v6
Browse files Browse the repository at this point in the history
  • Loading branch information
jgillis committed Jun 24, 2021
1 parent f86b511 commit 5a77820
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 @@ -9,7 +9,7 @@ runs:
using: "composite"
steps:
- run: |
curl -OL https://github.com/meco-group/mockups/releases/download/v5/mockups_${{ inputs.tag }}.zip
curl -OL https://github.com/meco-group/mockups/releases/download/v6/mockups_${{ inputs.tag }}.zip
unzip mockups_${{ inputs.tag }}.zip -d mockups
ls mockups
echo "MATLAB_ROOT=$GITHUB_WORKSPACE\\mockups\\install" >> $GITHUB_ENV
Expand Down

0 comments on commit 5a77820

Please sign in to comment.