Skip to content

Commit 6f6bc9a

Browse files
committed
uploading
1 parent facbd6e commit 6f6bc9a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/netsim_runner.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,12 +190,17 @@ jobs:
190190
touch traces.tar.gz
191191
fi
192192
193+
- name: Copy traces artifact
194+
if: always()
195+
run: |
196+
cp ../chuck/netsim/traces.tar.gz ./traces.tar.gz || touch ./traces.tar.gz
197+
193198
- name: Upload simulation traces
194199
if: always()
195200
uses: actions/upload-artifact@v5
196201
with:
197202
name: simulation-results
198-
path: ../chuck/netsim/traces.tar.gz
203+
path: traces.tar.gz
199204
retention-days: 7
200205

201206
- name: Generate report

0 commit comments

Comments
 (0)