Fixes locations of files in module
This commit is contained in:
@@ -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}}"
|
||||
|
||||
Reference in New Issue
Block a user