This commit is contained in:
WBHarry 2025-07-15 18:08:50 +02:00
parent bb7d7927d5
commit c4849eba6d
2 changed files with 5 additions and 0 deletions

View file

@ -37,7 +37,11 @@ jobs:
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
<<<<<<< Updated upstream
- run: zip -r ./system.zip system.json README.md LICENSE build/daggerheart.js assets/ templates/ styles/daggerheart.css styles/tagify.css packs/ lang/
=======
- run: zip -r ./system.zip system.json README.md LICENSE build/daggerheart.js build/daggerheart.css build/tagify.css assets/ templates/ packs/ lang/
>>>>>>> Stashed changes
# Create a release for this specific version
- name: Update Release with Files

View file

@ -19,6 +19,7 @@ import {
import { placeables } from './module/canvas/_module.mjs';
import { registerRollDiceHooks } from './module/dice/dhRoll.mjs';
import { registerDHActorHooks } from './module/documents/actor.mjs';
import './node_modules/@yaireo/tagify/dist/tagify.css';
Hooks.once('init', () => {
CONFIG.DH = SYSTEM;