GitHub-Action: Always upload logs
This commit is contained in:
parent
c06cf8b5d3
commit
877811bf50
|
@ -30,6 +30,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
# These versions should match the ones above
|
# These versions should match the ones above
|
||||||
versions: latest, 1.8
|
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.
|
# Run the original BuildTools in GitHub Actions to easily compare the build times etc.
|
||||||
original-run:
|
original-run:
|
||||||
|
|
Loading…
Reference in New Issue