From 877811bf504dc26147591d805041768af9a53da4 Mon Sep 17 00:00:00 2001 From: Christian Koop Date: Tue, 24 Nov 2020 15:03:56 +0100 Subject: [PATCH] GitHub-Action: Always upload logs --- .github/workflows/build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 76a5d75..bedf306 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,6 +30,12 @@ jobs: with: # These versions should match the ones above versions: latest, 1.8 + - name: Upload logs + if: ${{ always() }} + uses: actions/upload-artifact@v2 + with: + name: logs + path: /tmp/SpraxDev-Action-SpigotMC/logs/ # Run the original BuildTools in GitHub Actions to easily compare the build times etc. original-run: