From 7a1153511128e1f31fb39f2579d9ccf7c4c727c6 Mon Sep 17 00:00:00 2001 From: Pao Date: Fri, 10 Mar 2023 02:01:41 +0100 Subject: [PATCH] Update build_mod.yml --- .github/workflows/build_mod.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_mod.yml b/.github/workflows/build_mod.yml index 0653f1d..fb5eb2c 100644 --- a/.github/workflows/build_mod.yml +++ b/.github/workflows/build_mod.yml @@ -24,4 +24,6 @@ jobs: - uses: actions/upload-artifact@v3 with: name: ${{ inputs.mod_name }} - path: ${{ inputs.mod_name }}/Contents/mods/${{ inputs.mod_name }}/world.txt + path: | + ${{ inputs.mod_name }}/Contents/mods/${{ inputs.mod_name }} + ${{ inputs.mod_name }}/Contents/mods/${{ inputs.mod_name }}/world.txt