Skip to content

Commit f35b911

Browse files
committed
CI to also upload logs into artifact
1 parent ef4d9eb commit f35b911

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,16 @@ jobs:
4444
# name: coverage-html
4545
# path: htmlcov/
4646

47-
- name: Upload test plots
47+
- name: Upload test plots and logs
4848
if: ${{ !env.ACT }}
4949
uses: actions/upload-artifact@v4
5050
with:
51-
name: test-plots
51+
name: test-outputs
5252
path: |
5353
outputs/**/*.png
54+
logs/**/*.log
5455
!outputs/**/*.dat
55-
!outputs/**/*.h
56+
!outputs/**/*.h5
5657
5758
docs:
5859
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)