Skip to content

Commit de3352b

Browse files
committed
Upload logs
1 parent b49e751 commit de3352b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci_build_slc.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,20 @@ jobs:
5252
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
5353
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
5454

55+
- uses: actions/upload-artifact@v4
56+
id: artifact-upload-logs-step
57+
with:
58+
name: logs_${{inputs.flavor}}
59+
path: |
60+
.build_output/jobs/**/*
61+
.build_output/security_scan/**/*
62+
.build_output/metadata/**/*
63+
retention-days: 30
64+
5565
- uses: actions/upload-artifact@v4
5666
id: artifact-upload-step
5767
with:
5868
name: slc_${{inputs.flavor}}
5969
path: "${{ steps.build-slc.outputs.slc_path }}"
6070
compression-level: 0
71+
retention-days: 7

0 commit comments

Comments
 (0)