File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 if : steps.build.outcome == 'success'
3939 uses : actions/upload-artifact@v7
4040 with :
41- name : cmake-build-${{ matrix.env.ROBOT_MODEL }}-${{ matrix.env.URSIM_VERSION }}
41+ name : cmake-build-ubuntu
4242 path : build
4343 if-no-files-found : error
4444 retention-days : 5
9393 - name : Download CMake build directory
9494 uses : actions/download-artifact@v7
9595 with :
96- name : cmake-build-${{ matrix.env.ROBOT_MODEL }}-${{ matrix.env.URSIM_VERSION }}
96+ name : cmake-build-ubuntu
9797 path : build
9898 - name : Create folder for test artifacts
9999 run : mkdir -p test_artifacts
@@ -260,7 +260,7 @@ jobs:
260260 - name : Download CMake build directory
261261 uses : actions/download-artifact@v7
262262 with :
263- name : cmake-build-${{ matrix.env.ROBOT_MODEL }}-${{ matrix.env.URSIM_VERSION }}
263+ name : cmake-build-ubuntu
264264 path : build
265265 env :
266266 DOCKER_RUN_OPTS : --network ursim_net
You can’t perform that action at this time.
0 commit comments