Try using the new action
This will allow the mod to be automatically built
This commit is contained in:
parent
7b5467e5dc
commit
72e57a861e
16
.github/workflows/build-mod.yml
vendored
Normal file
16
.github/workflows/build-mod.yml
vendored
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user