Skip to content

Commit 25fe198

Browse files
authored
update release workflow to attach manifest
1 parent ab62e4b commit 25fe198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
draft: false
3636
prerelease: false
3737
token: ${{ secrets.GITHUB_TOKEN }}
38-
artifacts: './module.json, ./module.zip'
38+
artifacts: './Module/module.json, ./module.zip'
3939
tag: ${{ github.event.release.tag_name }}
4040
body: ${{ github.event.release.body }}

0 commit comments

Comments
 (0)