GHA: Ensure dcp dump uploaded regardless of the build result
This commit is contained in:
@@ -94,6 +94,7 @@ jobs:
|
||||
echo "dist_path=$dist_path" >> $GITHUB_OUTPUT
|
||||
echo "p2_path=$p2_path" >> $GITHUB_OUTPUT
|
||||
- name: Cloudgate S3 Configuration
|
||||
if: always()
|
||||
uses: aws-actions/configure-aws-credentials@010d0da01d0b5a38af31e9c3470dbfdabdecca3a
|
||||
with:
|
||||
aws-access-key-id: ${{ secrets.TOOLS_CLOUDGATE_ACCESS_KEY }}
|
||||
@@ -104,6 +105,7 @@ jobs:
|
||||
role-duration-seconds: 900
|
||||
role-skip-session-tagging: true
|
||||
- name: Store TCP Dump
|
||||
if: always()
|
||||
id: tcp-dump
|
||||
run: |
|
||||
tcpdump_path=${{ github.workspace }}/eclipse-distribution/mycap.pcap
|
||||
|
||||
Reference in New Issue
Block a user