We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 108e05e commit bc3246eCopy full SHA for bc3246e
.github/workflows/build.yml
@@ -28,12 +28,12 @@ jobs:
28
- name: Namespace config addon placeholders
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"
+ grep -rl ${{ PATTERN }} ${{ PATH }}/*.{xml,lua} | xargs sed -i "s/${{ PATTERN }}/${{ NAME }}/g"
32
shell: bash
33
- with:
34
- path: ./Config
35
- name: MythicPlusTweaks
36
- pattern: __NUMY_CONFIG_ADDON_PLACEHOLDER__
+ env:
+ PATH: ./Config
+ NAME: MythicPlusTweaks
+ PATTERN: __NUMY_CONFIG_ADDON_PLACEHOLDER__
37
38
- name: Create Retail Package
39
uses: BigWigsMods/packager@v2
0 commit comments