SCED/.github/workflows/build-mod.yml
Adam Goldsmith f1f41ca641
All checks were successful
build-mod / build-the-mod (release) Successful in 36s
Try triggering release action on publish, instead of create
2024-08-03 20:10:23 -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