Skip to content

Commit 0690c81

Browse files
committed
Store separate artifacts for jobs by name
This change will store the output of the gpmdcov job for comparisons and debugging. Signed-off-by: Nicolas Bock <[email protected]>
1 parent 54dae02 commit 0690c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,6 @@ jobs:
8787
- name: Archive example output
8888
uses: actions/upload-artifact@v2
8989
with:
90-
name: example output
90+
name: example output ${{ matrix.JOBNAME }}
9191
path: |
9292
examples/gpmdcov/out

0 commit comments

Comments
 (0)