From aa1c10b18768e63c7409fb77edb856cc9619d924 Mon Sep 17 00:00:00 2001 From: Joris Gillis Date: Fri, 25 Jun 2021 23:51:36 +0200 Subject: [PATCH] work --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7587b7f..1ab2b9c 100644 --- a/action.yml +++ b/action.yml @@ -9,7 +9,7 @@ runs: using: "composite" steps: - run: | - curl -OL https://github.com/meco-group/mockups/releases/download/v14/mockups_${{ inputs.tag }}.zip + curl -OL https://github.com/meco-group/mockups/releases/download/v15/mockups_${{ inputs.tag }}.zip unzip mockups_${{ inputs.tag }}.zip -d mockups ls mockups echo "MATLAB_ROOT=$GITHUB_WORKSPACE\\mockups" >> $GITHUB_ENV