Give the CDN URL to the proper step of the action

This commit is contained in:
Oliver 2025-11-18 23:29:45 -07:00
parent 5c1985c4ab
commit bf579a3451

View file

@ -72,7 +72,6 @@ jobs:
env:
TAG: "v${{steps.version.outputs.version}}"
FILE: "release.zip"
CDN_URL: "${{vars.CDN_URL}}"
S3_BUCKET: "${{vars.S3_BUCKET}}"
S3_REGION: "${{vars.S3_REGION}}"
S3_KEY: "${{secrets.S3_KEY}}"
@ -84,7 +83,6 @@ jobs:
env:
TAG: "v${{steps.version.outputs.version}}"
FILE: "system.json"
CDN_URL: "${{vars.CDN_URL}}"
S3_BUCKET: "${{vars.S3_BUCKET}}"
S3_REGION: "${{vars.S3_REGION}}"
S3_KEY: "${{secrets.S3_KEY}}"
@ -95,3 +93,4 @@ jobs:
run: node scripts/createForgejoRelease.mjs
env:
TAG: "v${{steps.version.outputs.version}}"
CDN_URL: "${{vars.CDN_URL}}"