We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b045c1 commit 9c89a60Copy full SHA for 9c89a60
.github/workflows/eclipse-ls-extensions-build.yml
@@ -89,7 +89,7 @@ jobs:
89
if [[ -z ${sts_ls_version} ]]; then
90
sts_ls_version=nightly
91
fi
92
- p2_path=${{ inputs.build_type }}/language-server-integrations
+ p2_path=${{ inputs.build_type }}/language-server-integrations/$sts_ls_version
93
echo "p2_path=$p2_path" >> $GITHUB_OUTPUT
94
echo "P2 path: ${p2_path}"
95
aws s3 rm s3://$AWS_S3_BUCKET/${p2_path}/ --recursive
0 commit comments