Added DPCGL License under src/packs. Made sure it's packaged along with system releases under packs/

This commit is contained in:
WBHarry 2025-07-24 18:28:29 +02:00
parent 6301e575e3
commit cea102c774
2 changed files with 10 additions and 1 deletions

View file

@ -14,7 +14,9 @@ jobs:
run: npm ci
- name: Build Packs
run: npm run pullYMLtoLDB
run: |
npm run pullYMLtoLDB
mv --force src/packs/LICENSE packs/LICENSE
- name: Build daggerheart.js
run: npm run build