You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
FoundryVTT Release DB Packer
v0.2.0
A Github Action that packs JSON files generated by the FoundryVTT CLI into compendium pack databases for release.
Example workflow
- name: Create Release
uses: amedia/gha-create-release@v1
with:
inputdir: # The directory which contains the JSON files to pack (required)
packsdir: /packs # The directory where the compendium packs should exist (optional)
pack_classiclevel: true # <boolean> Whether to pack the class level db files (optional)
pack_nedb: false # <boolean> Whether to pack the nedb db files (optional)
This action uses @changesets/cli for versioning, esbuild for building and vitest for testing.