diff --git a/.github/workflows/simple-release.yml b/.github/workflows/simple-release.yml index 599c56c7..a8162c1a 100644 --- a/.github/workflows/simple-release.yml +++ b/.github/workflows/simple-release.yml @@ -24,6 +24,11 @@ on: type: string description: Specify true or false if you want to create a new branch. required: false + fxmanifestPath: + type: string + description: Specify fxmanifest path if fxmanifest is not in the root folder. + required: false + default: 'fxmanifest.lua' jobs: simple-create-release: