Skip to content

Commit f77b9c0

Browse files
committed
Fix artifact name
1 parent 730e80a commit f77b9c0

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
if: steps.build.outcome == 'success'
4242
uses: actions/upload-artifact@v7
4343
with:
44-
name: cmake-build-ubuntu
4544
path: build.tar.gz
4645
if-no-files-found: error
4746
retention-days: 5
@@ -97,7 +96,7 @@ jobs:
9796
- name: Download CMake build archive
9897
uses: actions/download-artifact@v7
9998
with:
100-
name: cmake-build-ubuntu
99+
name: build.tar.gz
101100
path: .
102101
- name: Extract CMake build directory
103102
run: tar -xzf build.tar.gz
@@ -271,7 +270,7 @@ jobs:
271270
- name: Download CMake build archive
272271
uses: actions/download-artifact@v7
273272
with:
274-
name: cmake-build-ubuntu
273+
name: build.tar.gz
275274
path: .
276275
env:
277276
DOCKER_RUN_OPTS: --network ursim_net

0 commit comments

Comments
 (0)