File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 3434 download : https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/module.zip
3535
3636 # Create a zip file with all files required by the module to add to the release
37- - run : zip -r ./module.zip module.json CHANGELOG.md README.md LICENSE lang/ dist/
37+ - run : zip -r ./module.zip module.json CHANGELOG.md README.md LICENSE lang/ dist/ styles/
3838
3939 # Create a release for this specific version
4040 - name : Update Release with Files
Original file line number Diff line number Diff line change 1+ ## 0.10.1
2+
3+ - Fix styles not being included in module package
4+
15## 0.10.0
26
37- Add reduced render scaling option for lighting passes.
Original file line number Diff line number Diff line change 11{
22 "id" : " fvtt-perf-optim" ,
33 "title" : " Prime Performance" ,
4- "version" : " 0.10.0 " ,
4+ "version" : " 0.10.1 " ,
55 "description" : " Provides a collection of unofficial performance optimizations and hacks for foundry vtt." ,
66 "esmodules" : [" dist/fvtt-perf-optim.js" ],
77 "languages" : [
You can’t perform that action at this time.
0 commit comments