From 2971b205e1c6e5f75f4a3cad86c4799ba7b3d449 Mon Sep 17 00:00:00 2001 From: aboyko Date: Wed, 19 Jul 2023 23:52:51 -0400 Subject: [PATCH] GHA: step into the right folder to upload linux distros --- .github/workflows/gh-hosted-eclipse-distro-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/gh-hosted-eclipse-distro-build.yml b/.github/workflows/gh-hosted-eclipse-distro-build.yml index e0bd9ae72..14b7db5c1 100644 --- a/.github/workflows/gh-hosted-eclipse-distro-build.yml +++ b/.github/workflows/gh-hosted-eclipse-distro-build.yml @@ -56,6 +56,7 @@ jobs: AWS_SECRET_ACCESS_KEY: ${{ secrets.TOOLS_S3_SECRET_KEY }} AWS_DEFAULT_REGION: us-east-1 run: | + cd eclipse-distribution/org.springframework.boot.ide.product.${{ inputs.eclipse_profile }}/target/products files=`ls spring-tool-suite-4*linux*.tar.gz` for file in $files do