From e21fa0046719d1b296d2b452b40e45a046d62719 Mon Sep 17 00:00:00 2001 From: Gellipapa Date: Mon, 14 Oct 2024 22:27:40 +0200 Subject: [PATCH] Update simple-release.yml --- .github/workflows/simple-release.yml | 5 +++++ 1 file changed, 5 insertions(+) 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: