Skip to content

Commit

Permalink
build script update
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunkLightTuna committed Feb 4, 2024
1 parent a9398a7 commit c158341
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
draft: ${{ github.event.release.unpublished }}
prerelease: ${{ github.event.release.prerelease }}
token: ${{ secrets.GITHUB_TOKEN }}
artifacts: './module.json, ./module.zip'
artifacts: './module.json, ./module.zip, ./LICENSE, ./README.md'
tag: ${{ env.TAG }}
body: ${{ github.event.release.body }}

Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"bugs": "#{URL}#/issues",
"manifest": "#{URL}#/releases/latest/download/module.json",
"download": "#{URL}#/releases/download/#{VERSION}#/module.zip",
"license": "LICENSE",
"readme": "README.md",
"license": "#{URL}#/releases/download/#{VERSION}#/LICENSE",
"readme": "#{URL}#/releases/download/#{VERSION}#/README.md",
"media": [
{
"type": "icon",
Expand Down

0 comments on commit c158341

Please sign in to comment.