Skip to content

Commit

Permalink
update release workflow to attach manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
akrigline authored Feb 16, 2021
1 parent ab62e4b commit 25fe198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
draft: false
prerelease: false
token: ${{ secrets.GITHUB_TOKEN }}
artifacts: './module.json, ./module.zip'
artifacts: './Module/module.json, ./module.zip'
tag: ${{ github.event.release.tag_name }}
body: ${{ github.event.release.body }}

0 comments on commit 25fe198

Please sign in to comment.