Skip to content

Commit bc3246e

Browse files
committed
Fix the build?
1 parent 108e05e commit bc3246e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
- name: Namespace config addon placeholders
2929
run: |
3030
mv Config/Config/* Config
31-
grep -rl ${{ inputs.pattern }} ${{ inputs.path }}/*.{xml,lua} | xargs sed -i "s/${{ inputs.pattern }}/${{ inputs.name }}/g"
31+
grep -rl ${{ PATTERN }} ${{ PATH }}/*.{xml,lua} | xargs sed -i "s/${{ PATTERN }}/${{ NAME }}/g"
3232
shell: bash
33-
with:
34-
path: ./Config
35-
name: MythicPlusTweaks
36-
pattern: __NUMY_CONFIG_ADDON_PLACEHOLDER__
33+
env:
34+
PATH: ./Config
35+
NAME: MythicPlusTweaks
36+
PATTERN: __NUMY_CONFIG_ADDON_PLACEHOLDER__
3737

3838
- name: Create Retail Package
3939
uses: BigWigsMods/packager@v2

0 commit comments

Comments
 (0)