From fcd6887e9bfb8d05b78aa526c6738db83a9623e9 Mon Sep 17 00:00:00 2001 From: Bjorn Neergaard Date: Thu, 11 Nov 2021 00:34:24 -0700 Subject: [PATCH] Add failure log to workflow --- .github/workflows/installer.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/installer.yml b/.github/workflows/installer.yml index 0454a1a2994..b3ccb78bc2b 100644 --- a/.github/workflows/installer.yml +++ b/.github/workflows/installer.yml @@ -49,6 +49,13 @@ jobs: shell: bash run: python install-poetry.py -y + - name: Upload Failure Log + uses: actions/upload-artifact@v2 + if: failure() + with: + name: poetry-installer-error.log + path: ${{ env.TMPDIR }}/poetry-installer-error-*.log + - name: Verify Installation shell: bash run: |