Fixes locations of files in module

This commit is contained in:
Alexander
2023-12-11 13:22:56 +01:00
parent fa3c98d2b7
commit f9fefaf404
2 changed files with 9 additions and 7 deletions

View File

@@ -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}}"

View File

@@ -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
}, },