Skip to content

Commit 37cf5b5

Browse files
committed
Rename build folder
1 parent 25846e3 commit 37cf5b5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
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
@@ -93,7 +93,7 @@ jobs:
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

0 commit comments

Comments
 (0)