summaryrefslogtreecommitdiffstats
path: root/.github/workflows/c-cpp.yml
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2021-04-03 16:59:10 +1100
committerDarren Tucker <dtucker@dtucker.net>2021-04-03 16:59:10 +1100
commit7cd262c1c5a08cc7f4f30e3cab108ef089d0a57b (patch)
treefe56366aa0f0c4f596042d5eff04133f3406274d /.github/workflows/c-cpp.yml
parent460aee9298f365357e9fd26851c22e0dca51fd6a (diff)
Save config.h and config.log on failure too.
Diffstat (limited to '.github/workflows/c-cpp.yml')
-rw-r--r--.github/workflows/c-cpp.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index f3fc475c..0e427f90 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -51,11 +51,13 @@ jobs:
env:
SUDO: sudo
TEST_SSH_UNSAFE_PERMISSIONS: 1
- - name: save regress logs
+ - name: save logs
if: failure()
uses: actions/upload-artifact@v2
with:
- name: ${{ matrix.os }}-${{ matrix.configs }}-regress-logs
+ name: ${{ matrix.os }}-${{ matrix.configs }}-logs
path: |
+ config.h
+ config.log
regress/*.log
regress/valgrind-out/