Skip to content

Commit 81eff0d

Browse files
authored
Merge pull request #189 from nicolasbock/artifacts
Store separate artifacts for jobs by name
2 parents 54dae02 + 0690c81 commit 81eff0d

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)