Included assets in deploy.yml

This commit is contained in:
WBHarry 2025-06-22 14:57:07 +02:00
parent 0ac4e51d65
commit 49e4ceb89a
2 changed files with 1 additions and 2 deletions

View file

@ -37,7 +37,7 @@ jobs:
download: https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/system.zip download: https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/system.zip
# Create a zip file with all files required by the module to add to the release # Create a zip file with all files required by the module to add to the release
- run: zip -r ./system.zip system.json README.md LICENSE build/daggerheart.js templates/ styles/daggerheart.css packs/ lang/ - run: zip -r ./system.zip system.json README.md LICENSE build/daggerheart.js assets/ templates/ styles/daggerheart.css packs/ lang/
# Create a release for this specific version # Create a release for this specific version
- name: Update Release with Files - name: Update Release with Files

View file

@ -11,7 +11,6 @@
@import './characterCreation.less'; @import './characterCreation.less';
@import './levelup.less'; @import './levelup.less';
@import './ownershipSelection.less'; @import './ownershipSelection.less';
@import '../node_modules/@yaireo/tagify/dist/tagify.css';
@import './resources.less'; @import './resources.less';
@import './countdown.less'; @import './countdown.less';
@import './settings.less'; @import './settings.less';