Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Corrected error in workflow file
  • Loading branch information
webmaster94 committed Dec 22, 2021
1 parent 40fc3e5 commit 16281df
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 @@ -40,6 +40,6 @@ jobs:
draft: ${{ github.event.release.unpublished }}
prerelease: ${{ github.event.release.prerelease }}
token: ${{ secrets.GITHUB_TOKEN }}
artifacts: './module.json, ./Wanders-Guide-to-Monsters-Magic.zip'
artifacts: './module.json, ./Waterdeep-City-of-Splendors.zip'
tag: ${{ github.event.release.tag_name }}
body: ${{ github.event.release.body }}

0 comments on commit 16281df

Please sign in to comment.