Actually commit the correct file this time
This commit is contained in:
parent
9e3bc775b4
commit
d3f9c4c376
1 changed files with 10 additions and 0 deletions
|
|
@ -72,12 +72,22 @@ jobs:
|
||||||
env:
|
env:
|
||||||
TAG: "v${{steps.version.outputs.version}}"
|
TAG: "v${{steps.version.outputs.version}}"
|
||||||
FILE: "release.zip"
|
FILE: "release.zip"
|
||||||
|
S3_BUCKET: "${{vars.S3_BUCKET}}"
|
||||||
|
S3_REGION: "${{vars.S3_REGION}}"
|
||||||
|
S3_KEY: "${{secrets.S3_KEY}}"
|
||||||
|
S3_SECRET: "${{secrets.S3_SECRET}}"
|
||||||
|
S3_ENDPOINT: "${{vars.S3_ENDPOINT}}"
|
||||||
|
|
||||||
- name: Upload manifest to s3
|
- name: Upload manifest to s3
|
||||||
run: node scripts/uploadToS3.mjs
|
run: node scripts/uploadToS3.mjs
|
||||||
env:
|
env:
|
||||||
TAG: "v${{steps.version.outputs.version}}"
|
TAG: "v${{steps.version.outputs.version}}"
|
||||||
FILE: "system.json"
|
FILE: "system.json"
|
||||||
|
S3_BUCKET: "${{vars.S3_BUCKET}}"
|
||||||
|
S3_REGION: "${{vars.S3_REGION}}"
|
||||||
|
S3_KEY: "${{secrets.S3_KEY}}"
|
||||||
|
S3_SECRET: "${{secrets.S3_SECRET}}"
|
||||||
|
S3_ENDPOINT: "${{vars.S3_ENDPOINT}}"
|
||||||
|
|
||||||
- name: Create draft release
|
- name: Create draft release
|
||||||
run: node scripts/createForgejoRelease.mjs
|
run: node scripts/createForgejoRelease.mjs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue