Skip to content

Commit 49c91f4

Browse files
committed
Fix styles not being included
1 parent e13ed1a commit 49c91f4

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
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

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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.

module.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": [

0 commit comments

Comments
 (0)