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