From 0d26714a03ce39cd1320624746afed797bf16329 Mon Sep 17 00:00:00 2001 From: aboyko Date: Mon, 31 Jul 2023 23:47:51 -0400 Subject: [PATCH] GHA: Adjust label on one of the build steps --- .github/workflows/gh-hosted-eclipse-distro-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-hosted-eclipse-distro-build.yml b/.github/workflows/gh-hosted-eclipse-distro-build.yml index aead9665a..e2639bc74 100644 --- a/.github/workflows/gh-hosted-eclipse-distro-build.yml +++ b/.github/workflows/gh-hosted-eclipse-distro-build.yml @@ -260,7 +260,7 @@ jobs: - uses: actions/download-artifact@cbed621e49e4c01b044d60f6c80ea4ed6328b281 with: name: s3-dist-path-${{ needs.eclipse-distro-build.outputs.id }} - - name: Update Win zip/jar on S3 + - name: Update GMG files on S3 id: update-s3 env: AWS_ACCESS_KEY_ID: ${{ secrets.TOOLS_S3_ACCESS_KEY }}