Correct error with CDN URL creation

This commit is contained in:
Oliver 2025-11-18 23:25:41 -07:00
parent 53f35562ad
commit 213996ab0a
2 changed files with 3 additions and 2 deletions

View file

@ -72,6 +72,7 @@ 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}}"
@ -83,6 +84,7 @@ 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}}"