Skip to content

Commit 9716fe8

Browse files
committed
GHA: Fix ls extension update site path
1 parent 473146b commit 9716fe8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/aggregate-ls-extensions-update-site.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ on:
44
workflow_dispatch:
55
inputs:
66
version:
7-
description: Version suffix in S3 (i.e. 4.19.1.RELEASE)
8-
required: true
9-
type: string
10-
ls-extensions-update-site-suffix:
117
description: The suffix of the p2 repo URL in S3 (i.e. 2023-08-01)
128
required: true
139
type: string
@@ -32,7 +28,7 @@ jobs:
3228
CLOUDFLARE_ZONE_ID: ${{ secrets.CLOUDFLARE_ZONE_ID }}
3329
CLOUDFLARE_CACHE_TOKEN: ${{ secrets.CLOUDFLARE_CACHE_TOKEN }}
3430
run: |
35-
site_url="https://download.springsource.com/release/TOOLS/sts4/update/${{ inputs.version }}/${{ inputs.ls-extensions-update-site-suffix }}"
31+
site_url="https://download.springsource.com/release/TOOLS/sts4-language-server-integrations/${{ inputs.version }}"
3632
${{ github.workspace }}/.github/scripts/generate-composite-site-files.sh ${{ steps.timestamp.outputs.date }} $site_url
3733
cat ./compositeArtifacts.xml
3834
cat ./compositeContent.xml

0 commit comments

Comments
 (0)