Added a battle size selector and changed the 'stratagem' category into a 'stratagem hand' according to the matched play guide. Stratagem point limits are now to be set manually for a roster. #59
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This workflow adds the necessary assets to every release | |
# For more details, visit https://github.com/BSData/publish-catpkg | |
name: Publish catpkg | |
on: | |
release: | |
types: [ published, edited ] | |
permissions: write-all | |
jobs: | |
publish: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: BSData/publish-catpkg@v1 |