Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

TTSModManager.action

Action library for argonui/TTSModManager

Functionality

This action will use argonui/TTSModManager to build your mod into a json file. If triggered by a release, it will attach the mod to the release page.

Example Usage

In your repo, put this in your .github/workflows/build-mod.yml file.

name: build-mod
on:
  workflow_dispatch:
  release:
    types: [created]
  pull_request:

permissions: read-all

jobs:
  build-the-mod:
    runs-on: ubuntu-latest
    permissions:
      contents: write
      actions: read
    steps:
      - uses: argonui/TTSModManager.action@v1.0.0

About

Action library for https://github.com/argonui/TTSModManager

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors