Give the CDN URL to the proper step of the action
This commit is contained in:
parent
5c1985c4ab
commit
bf579a3451
1 changed files with 1 additions and 2 deletions
|
|
@ -72,7 +72,6 @@ jobs:
|
||||||
env:
|
env:
|
||||||
TAG: "v${{steps.version.outputs.version}}"
|
TAG: "v${{steps.version.outputs.version}}"
|
||||||
FILE: "release.zip"
|
FILE: "release.zip"
|
||||||
CDN_URL: "${{vars.CDN_URL}}"
|
|
||||||
S3_BUCKET: "${{vars.S3_BUCKET}}"
|
S3_BUCKET: "${{vars.S3_BUCKET}}"
|
||||||
S3_REGION: "${{vars.S3_REGION}}"
|
S3_REGION: "${{vars.S3_REGION}}"
|
||||||
S3_KEY: "${{secrets.S3_KEY}}"
|
S3_KEY: "${{secrets.S3_KEY}}"
|
||||||
|
|
@ -84,7 +83,6 @@ jobs:
|
||||||
env:
|
env:
|
||||||
TAG: "v${{steps.version.outputs.version}}"
|
TAG: "v${{steps.version.outputs.version}}"
|
||||||
FILE: "system.json"
|
FILE: "system.json"
|
||||||
CDN_URL: "${{vars.CDN_URL}}"
|
|
||||||
S3_BUCKET: "${{vars.S3_BUCKET}}"
|
S3_BUCKET: "${{vars.S3_BUCKET}}"
|
||||||
S3_REGION: "${{vars.S3_REGION}}"
|
S3_REGION: "${{vars.S3_REGION}}"
|
||||||
S3_KEY: "${{secrets.S3_KEY}}"
|
S3_KEY: "${{secrets.S3_KEY}}"
|
||||||
|
|
@ -95,3 +93,4 @@ jobs:
|
||||||
run: node scripts/createForgejoRelease.mjs
|
run: node scripts/createForgejoRelease.mjs
|
||||||
env:
|
env:
|
||||||
TAG: "v${{steps.version.outputs.version}}"
|
TAG: "v${{steps.version.outputs.version}}"
|
||||||
|
CDN_URL: "${{vars.CDN_URL}}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue