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

This commit is contained in:
WBHarry 2025-07-24 23:59:10 +02:00 committed by GitHub
parent 6301e575e3
commit cab01bc512
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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