Skip to content

Commit

Permalink
update full build folder on failre
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Mar 6, 2024
1 parent c70ea18 commit 4ef97de
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ jobs:
shell: bash -l {0}
run: |
jb build lectures --path-output ./ -n -W --keep-going
- name: Upload build folder
uses: actions/upload-artifact@v2
if: failure()
with:
name: _build
path: _build/
- name: Upload Execution Reports
uses: actions/upload-artifact@v2
if: failure()
Expand Down

0 comments on commit 4ef97de

Please sign in to comment.