Try using the new action

This will allow the mod to be automatically built
This commit is contained in:
Argonui 2022-11-13 23:09:09 -06:00
parent 7b5467e5dc
commit 72e57a861e
No known key found for this signature in database
GPG Key ID: 330C436348CE403C

16
.github/workflows/build-mod.yml vendored Normal file
View File

@ -0,0 +1,16 @@
name: build-mod
on:
workflow-dispatch:
release:
types: [created]
pull_request:
permissions: read-all
jobs:
build-the-mod:
permissions:
contents: write
actions: read
uses: argonui/TTSModManager.action/action.yml@v0.1.0