From ccd517e96b6ec2c6266f1226f688c51fca52ad43 Mon Sep 17 00:00:00 2001 From: aboyko Date: Mon, 29 Jan 2024 17:20:22 -0500 Subject: [PATCH] GHA: Ensure dcp dump uploaded regardless of the build result --- .github/workflows/gh-hosted-eclipse-distro-build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/gh-hosted-eclipse-distro-build.yml b/.github/workflows/gh-hosted-eclipse-distro-build.yml index 41822f10c..9b73bbfa4 100644 --- a/.github/workflows/gh-hosted-eclipse-distro-build.yml +++ b/.github/workflows/gh-hosted-eclipse-distro-build.yml @@ -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