2022-11-13 23:09:09 -06:00
|
|
|
name: build-mod
|
|
|
|
on:
|
2022-11-13 23:10:28 -06:00
|
|
|
workflow_dispatch:
|
2022-11-13 23:09:09 -06:00
|
|
|
release:
|
|
|
|
types: [created]
|
|
|
|
pull_request:
|
|
|
|
|
|
|
|
permissions: read-all
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
build-the-mod:
|
2022-11-13 23:15:53 -06:00
|
|
|
runs-on: ubuntu-latest
|
2022-11-13 23:09:09 -06:00
|
|
|
permissions:
|
|
|
|
contents: write
|
|
|
|
actions: read
|
2022-11-13 23:14:01 -06:00
|
|
|
steps:
|
2022-11-29 00:07:17 -06:00
|
|
|
- uses: argonui/TTSModManager.action@v1.0.0
|
2022-11-13 23:09:09 -06:00
|
|
|
|