File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 4
4
workflow_dispatch :
5
5
inputs :
6
6
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 :
11
7
description : The suffix of the p2 repo URL in S3 (i.e. 2023-08-01)
12
8
required : true
13
9
type : string
32
28
CLOUDFLARE_ZONE_ID : ${{ secrets.CLOUDFLARE_ZONE_ID }}
33
29
CLOUDFLARE_CACHE_TOKEN : ${{ secrets.CLOUDFLARE_CACHE_TOKEN }}
34
30
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 }}"
36
32
${{ github.workspace }}/.github/scripts/generate-composite-site-files.sh ${{ steps.timestamp.outputs.date }} $site_url
37
33
cat ./compositeArtifacts.xml
38
34
cat ./compositeContent.xml
You can’t perform that action at this time.
0 commit comments