mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-01-19 05:45:21 +01:00
GitHub: only upload logs on failure
This commit is contained in:
parent
ccc03931ad
commit
b925ebb92c
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -286,8 +286,9 @@ jobs:
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
if: ${{ failure() }}
|
||||
with:
|
||||
name: logs
|
||||
name: logs-itest-${{ job.id }}
|
||||
path: lntest/itest/**/*.log
|
||||
retention-days: 5
|
||||
|
||||
@ -325,8 +326,9 @@ jobs:
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
if: ${{ failure() }}
|
||||
with:
|
||||
name: logs
|
||||
name: logs-itest-windows
|
||||
path: lntest/itest/**/*.log
|
||||
retention-days: 5
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user