mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 00:01:20 +00:00
@@ -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:
|
||||
@@ -34,3 +39,4 @@ jobs:
|
||||
versionNumber: ${{ github.event.inputs.versionNumber }}
|
||||
excludeOptions: ${{ github.event.inputs.excludeOptions }}
|
||||
neededNewBranch: ${{ github.event.inputs.neededNewBranch }}
|
||||
fxmanifestPath: ${{ github.events.inputs.fxmanifestPath }}
|
||||
|
||||
Reference in New Issue
Block a user