Skip to content

Commit

Permalink
📦 Added custom path for fxmanifest in simple release
Browse files Browse the repository at this point in the history
fixes: #2
  • Loading branch information
Gellipapa authored Sep 15, 2024
1 parent b3fcb18 commit 5f94a99
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 @@ -23,6 +23,10 @@ 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
jobs:
create-release:
name: Build and Create Tagged release
Expand Down Expand Up @@ -121,7 +125,7 @@ jobs:
- name: Push manifest change
uses: EndBug/add-and-commit@v8
with:
add: '**/fxmanifest.lua'
add: ${{ inputs.fxmanifestPath || '**/fxmanifest.lua' }}
push: true
author_name: Manifest Bumper
author_email: 41898282+github-actions[bot]@users.noreply.github.com
Expand Down

0 comments on commit 5f94a99

Please sign in to comment.