GitHub-Action: Always upload logs

This commit is contained in:
Christian Koop 2020-11-24 15:03:56 +01:00
parent c06cf8b5d3
commit 877811bf50
No known key found for this signature in database
GPG Key ID: DECCA4CEE0E46D6D
1 changed files with 6 additions and 0 deletions

View File

@ -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: