Skip to content

Commit

Permalink
Fix main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrVauxs authored Jul 16, 2022
1 parent baf7f26 commit 14544a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
draft: ${{ github.event.release.unpublished }}
prerelease: ${{ github.event.release.prerelease }}
token: ${{ secrets.GITHUB_TOKEN }}
artifacts: './module.json, ./module.zip ./autorec.json'
artifacts: './module.json, ./module.zip, ./autorec.json'
tag: ${{ github.event.release.tag_name }}
body: ${{ github.event.release.body }}
body: ${{ github.event.release.body }}

0 comments on commit 14544a7

Please sign in to comment.