Skip to content

Commit

Permalink
📦 added fxmanifestPath parameter to esx_hud simple release file
Browse files Browse the repository at this point in the history
  • Loading branch information
Gellipapa authored Sep 15, 2024
1 parent b434305 commit e12d36b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/simple-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ on:
type: string
description: Separate the files or folders that you do not want to see in the release with a comma.
required: false

fxmanifestPath:
type: string
description: Specify fxmanifest path if fxmanifest is not in the root folder.
required: false
jobs:
simple-create-release:
uses: esx-framework/.github/.github/workflows/simple-release.yml@main
Expand All @@ -28,3 +31,4 @@ jobs:
web: ${{ github.event.inputs.web }}
versionNumber: ${{ github.event.inputs.versionNumber }}
excludeOptions: ${{ github.event.inputs.excludeOptions }}
fxmanifestPath: ${{ github.events.inputs.fxmanifestPath || '**/**/fxmanifest.lua' }}

0 comments on commit e12d36b

Please sign in to comment.