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:
title: dev-${{ steps.date.outputs.date }}
tag_name: dev-${{ steps.date.outputs.date }}
files: |-
"on-site-vtt/module.json"
on-site-vtt.zip
files:
- "LICENSE.txt"
- "README.md"
- "on-site-vtt/module.json"
- "on-site-vtt.zip"
pre_release: true
api_key: "${{secrets.RELEASE_TOKEN}}"