commit
bf35013bbc
18
.github/workflows/build-mod.yml
vendored
Normal file
18
.github/workflows/build-mod.yml
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
name: build-mod
|
||||
on:
|
||||
workflow_dispatch:
|
||||
release:
|
||||
types: [created]
|
||||
pull_request:
|
||||
|
||||
permissions: read-all
|
||||
|
||||
jobs:
|
||||
build-the-mod:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
actions: read
|
||||
steps:
|
||||
- uses: argonui/TTSModManager.action@v0.1.0
|
||||
|
Loading…
Reference in New Issue
Block a user