File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131131 if [[ "$RUNNER_OS" != "macOS" ]]; then
132132 # Get regression from github releases
133133 mkdir -p "${{ runner.temp }}/regression_tmp/install"
134- curl --output "${{ runner.temp }}/regression_tmp/${RUNNER_OS}.zip" -L https://github.com/sofa-framework/regression/releases/download/release-master/Regression_test_master_for -SOFA-${{ steps.sofa.outputs.sofa_version }}_${RUNNER_OS}.zip
134+ curl --output "${{ runner.temp }}/regression_tmp/${RUNNER_OS}.zip" -L https://github.com/sofa-framework/regression/releases/download/release-${{ github.ref_name }}/Regression_test_${{ github.ref_name }}_for -SOFA-${{ steps.sofa.outputs.sofa_version }}_${RUNNER_OS}.zip
135135 unzip -qq "${{ runner.temp }}/regression_tmp/${RUNNER_OS}.zip" -d "${{ runner.temp }}/regression_tmp/install"
136136 # Install it in the SOFA bin directory
137137 $SUDO mv "${{ runner.temp }}"/regression_tmp/install/Regression_*/bin/* "${SOFA_ROOT}/bin"
You can’t perform that action at this time.
0 commit comments