We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 730e80a commit f77b9c0Copy full SHA for f77b9c0
1 file changed
.github/workflows/ci.yml
@@ -41,7 +41,6 @@ jobs:
41
if: steps.build.outcome == 'success'
42
uses: actions/upload-artifact@v7
43
with:
44
- name: cmake-build-ubuntu
45
path: build.tar.gz
46
if-no-files-found: error
47
retention-days: 5
@@ -97,7 +96,7 @@ jobs:
97
96
- name: Download CMake build archive
98
uses: actions/download-artifact@v7
99
100
+ name: build.tar.gz
101
path: .
102
- name: Extract CMake build directory
103
run: tar -xzf build.tar.gz
@@ -271,7 +270,7 @@ jobs:
271
270
272
273
274
275
276
env:
277
DOCKER_RUN_OPTS: --network ursim_net
0 commit comments