SCED/.github/workflows/build-mod.yml
Adam Goldsmith 975313546e
All checks were successful
build-mod / build-the-mod (release) Successful in 21s
Try triggering release action on publish, instead of create
2024-07-28 01:48:37 -04:00

19 lines
286 B
YAML

name: build-mod
on:
workflow_dispatch:
release:
types: [published]
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