Fixes locations of files in module
This commit is contained in:
@@ -41,8 +41,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
title: dev-${{ steps.date.outputs.date }}
|
title: dev-${{ steps.date.outputs.date }}
|
||||||
tag_name: dev-${{ steps.date.outputs.date }}
|
tag_name: dev-${{ steps.date.outputs.date }}
|
||||||
files: |-
|
files:
|
||||||
"on-site-vtt/module.json"
|
- "LICENSE.txt"
|
||||||
on-site-vtt.zip
|
- "README.md"
|
||||||
|
- "on-site-vtt/module.json"
|
||||||
|
- "on-site-vtt.zip"
|
||||||
pre_release: true
|
pre_release: true
|
||||||
api_key: "${{secrets.RELEASE_TOKEN}}"
|
api_key: "${{secrets.RELEASE_TOKEN}}"
|
||||||
|
|||||||
@@ -26,11 +26,11 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"url": "https://gitea.aweleczka.de/aweleczka/On-Site-VTT",
|
"url": "https://gitea.aweleczka.de/aweleczka/On-Site-VTT",
|
||||||
"manifest": "https://gitea.aweleczka.de/aweleczka/On-Site-VTT/raw/branch/{{branch}}/on-site-vtt/module.json",
|
|
||||||
"download": "https://gitea.aweleczka.de/aweleczka/On-Site-VTT/releases/download/{{version}}/on-site-vtt.zip",
|
|
||||||
"bugs": "https://gitea.aweleczka.de/aweleczka/On-Site-VTT/issues",
|
"bugs": "https://gitea.aweleczka.de/aweleczka/On-Site-VTT/issues",
|
||||||
"readme": "https://gitea.aweleczka.de/aweleczka/On-Site-VTT/raw/branch/{{branch}}/README.md",
|
"manifest": "https://gitea.aweleczka.de/aweleczka/On-Site-VTT/releases/download/{{version}}/module.json",
|
||||||
"license": "https://gitea.aweleczka.de/aweleczka/On-Site-VTT/raw/branch/{{branch}}/LICENSE.txt",
|
"download": "https://gitea.aweleczka.de/aweleczka/On-Site-VTT/releases/download/{{version}}/on-site-vtt.zip",
|
||||||
|
"readme": "https://gitea.aweleczka.de/aweleczka/On-Site-VTT/releases/download/{{version}}/README.md",
|
||||||
|
"license": "https://gitea.aweleczka.de/aweleczka/On-Site-VTT/releases/download/{{version}}/LICENSE.txt",
|
||||||
"flags": {
|
"flags": {
|
||||||
"allowBugReporter": true
|
"allowBugReporter": true
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user