Only upload config logs if configure fails.

This commit is contained in:
Darren Tucker 2021-03-01 21:13:24 +11:00
parent 85ff2a564c
commit de3866383b
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ jobs:
- name: configure
run: vmrun ./.github/configure.sh ${{ matrix.configs }}
- name: save config files
if: always()
if: failure()
uses: actions/upload-artifact@v2
with:
name: ${{ matrix.os }}-${{ matrix.configs }}-config-files