Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
code

GitHub Action

FoundryVTT Release DB Packer

v0.2.0

FoundryVTT Release DB Packer

code

FoundryVTT Release DB Packer

Aids in packing FoundryVTT db files for release

Installation

Copy and paste the following snippet into your .yml file.

              

- name: FoundryVTT Release DB Packer

uses: aMediocreDad/foundry-db-packer@v0.2.0

Learn more about this action in aMediocreDad/foundry-db-packer

Choose a version

FoundryVTT Release DB Packer

A Github Action that packs JSON files generated by the FoundryVTT CLI into compendium pack databases for release.

Usage

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)

Developing

This action uses @changesets/cli for versioning, esbuild for building and vitest for testing.