Skip to content

Commit 108e05e

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

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,15 @@ jobs:
2121
uses: actions/checkout@v4
2222
with:
2323
repository: NumyAddon/NumyConfig
24-
# path: 'Config'
24+
path: 'Config'
2525
sparse-checkout: 'Config'
2626
sparse-checkout-cone-mode: false
2727

28-
- name: debug
29-
run: |
30-
pwd
31-
ls -la
32-
ls -la ./Config
33-
3428
- name: Namespace config addon placeholders
35-
uses: emptyrivers/[email protected]
29+
run: |
30+
mv Config/Config/* Config
31+
grep -rl ${{ inputs.pattern }} ${{ inputs.path }}/*.{xml,lua} | xargs sed -i "s/${{ inputs.pattern }}/${{ inputs.name }}/g"
32+
shell: bash
3633
with:
3734
path: ./Config
3835
name: MythicPlusTweaks

0 commit comments

Comments
 (0)