Skip to content

Commit

Permalink
Include built dnd5e.mjs in release artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
aaclayton committed Jul 15, 2022
1 parent eeaa43b commit 077da87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:


# Create a zip file with all files required by the module to add to the release
- run: zip ${{steps.get_vars.outputs.ZIP_NAME}} -r icons lang module json packs/*.db templates tokens ui dnd5e.css dnd5e.js LICENSE.txt OGL.txt README.md system.json template.json
- run: zip ${{steps.get_vars.outputs.ZIP_NAME}} -r icons lang json packs/*.db templates tokens ui dnd5e.css dnd5e.mjs LICENSE.txt OGL.txt README.md system.json template.json


# Create a release for this specific version
Expand Down

0 comments on commit 077da87

Please sign in to comment.