Skip to content

Commit 6ccba64

Browse files
authored
Update ci.yml (#1060)
save unique artifacts
1 parent 7f61c9c commit 6ccba64

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,14 @@ jobs:
8989
amusifier --get-amuse-configmk
9090
pip list
9191
92+
- name: move build log
93+
run: |
94+
mv build.log build-${{ matrix.mpi }}-${{ matrix.python }}.log
9295
- name: archive build log
9396
uses: actions/upload-artifact@v4
9497
with:
9598
name: buildlog
96-
path: build.log
99+
path: build-${{ matrix.mpi }}-${{ matrix.python }}.log
97100

98101
- name: test core_tests
99102
run: |

0 commit comments

Comments
 (0)