mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-20 13:34:32 +01:00
GitHub: only upload logs on failure
This commit is contained in:
parent
ccc03931ad
commit
b925ebb92c
1 changed files with 4 additions and 2 deletions
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…
Add table
Reference in a new issue