Skip to content

Commit 9c89a60

Browse files
committed
[GHA] Adjust p2 path for ls eclipse extensions
1 parent 8b045c1 commit 9c89a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/eclipse-ls-extensions-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
if [[ -z ${sts_ls_version} ]]; then
9090
sts_ls_version=nightly
9191
fi
92-
p2_path=${{ inputs.build_type }}/language-server-integrations
92+
p2_path=${{ inputs.build_type }}/language-server-integrations/$sts_ls_version
9393
echo "p2_path=$p2_path" >> $GITHUB_OUTPUT
9494
echo "P2 path: ${p2_path}"
9595
aws s3 rm s3://$AWS_S3_BUCKET/${p2_path}/ --recursive

0 commit comments

Comments
 (0)