mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
Added DPCGL License under src/packs. Made sure it's packaged along with system releases under packs/ (#401)
This commit is contained in:
parent
6301e575e3
commit
cab01bc512
2 changed files with 10 additions and 1 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue