Skip to content

Commit 03f646f

Browse files
committed
Do not specify artifact path
This will work with the single file
1 parent f77b9c0 commit 03f646f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ jobs:
9797
uses: actions/download-artifact@v7
9898
with:
9999
name: build.tar.gz
100-
path: .
101100
- name: Extract CMake build directory
102101
run: tar -xzf build.tar.gz
103102
- name: Create folder for test artifacts
@@ -271,7 +270,6 @@ jobs:
271270
uses: actions/download-artifact@v7
272271
with:
273272
name: build.tar.gz
274-
path: .
275273
env:
276274
DOCKER_RUN_OPTS: --network ursim_net
277275
ROBOT_MODEL: ${{matrix.env.ROBOT_MODEL}}

0 commit comments

Comments
 (0)