Wed Feb 5 16:02:29 CST 2025
All checks were successful
Release Creation / build (release) Successful in 34s

This commit is contained in:
2025-02-05 16:02:29 -06:00
parent 7ed54aa297
commit ee9a873440

View File

@@ -46,6 +46,8 @@ jobs:
draft: ${{ github.event.release.unpublished }}
prerelease: ${{ github.event.release.prerelease }}
token: ${{ secrets.GITHUB_TOKEN }}
files: './module.json, ./module.zip'
files: |-
./module.json
./module.zip
tag: ${{ github.event.release.tag_name }}
body: ${{ github.event.release.body }}