From e21fa0046719d1b296d2b452b40e45a046d62719 Mon Sep 17 00:00:00 2001 From: Gellipapa Date: Mon, 14 Oct 2024 22:27:40 +0200 Subject: [PATCH 1/2] 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 599c56c7d..a8162c1ae 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: From cdcff80fe62948cd4b2412677b28df7b2ac84a4f Mon Sep 17 00:00:00 2001 From: Gellipapa Date: Mon, 14 Oct 2024 22:28:25 +0200 Subject: [PATCH 2/2] Update simple-release.yml --- .github/workflows/simple-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/simple-release.yml b/.github/workflows/simple-release.yml index a8162c1ae..5b8db6612 100644 --- a/.github/workflows/simple-release.yml +++ b/.github/workflows/simple-release.yml @@ -39,3 +39,4 @@ jobs: versionNumber: ${{ github.event.inputs.versionNumber }} excludeOptions: ${{ github.event.inputs.excludeOptions }} neededNewBranch: ${{ github.event.inputs.neededNewBranch }} + fxmanifestPath: ${{ github.events.inputs.fxmanifestPath }}