Skip to content

Commit 1bbb983

Browse files
committed
logs* upload
1 parent aa3225e commit 1bbb983

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

.github/workflows/c_actions.yml

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -70,21 +70,18 @@ jobs:
7070
uses: actions/upload-artifact@v4
7171
with:
7272
name: fec_binaries
73-
path: SpiNNFrontEndCommon/spinn_front_end_common/common_model_binaries/*.aplx
73+
path: |
74+
SpiNNFrontEndCommon/spinn_front_end_common/common_model_binaries/*.aplx
75+
SpiNNFrontEndCommon/spinn_front_end_common/common_model_binaries/logs*.sqlite3
7476
retention-days: 5
7577

7678
- name: Upload test_extra_monitor binaries
7779
uses: actions/upload-artifact@v4
7880
with:
7981
name: test_extra_monitor_binary
80-
path: gfe_integration_tests/test_extra_monitor/*.aplx
81-
retention-days: 5
82-
83-
- name: Upload log.sqlite3s
84-
uses: actions/upload-artifact@v4
85-
with:
86-
name: logs.sqlite3
87-
path: logs.sqlite3
82+
path: |
83+
gfe_integration_tests/test_extra_monitor/*.aplx
84+
gfe_integration_tests/test_extra_monitor/logs*.aplx
8885
retention-days: 5
8986

9087
test:
@@ -121,12 +118,6 @@ jobs:
121118
name: test_extra_monitor_binary
122119
path: external_binaries
123120

124-
- name: Download logs.sqlite3
125-
uses: actions/download-artifact@v5
126-
with:
127-
name: logs.sqlite3
128-
path: external_binaries
129-
130121
- name: Append cfg
131122
# Doing this in the prepare action ended with a different path
132123
run: |

0 commit comments

Comments
 (0)