From bafc26cb6ddc6b52049ed0e4cc68f8d03b03ee37 Mon Sep 17 00:00:00 2001 From: Pao Date: Fri, 10 Mar 2023 02:18:51 +0100 Subject: [PATCH] Update build_mod.yml --- .github/workflows/build_mod.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_mod.yml b/.github/workflows/build_mod.yml index fcfce38..f05fa29 100644 --- a/.github/workflows/build_mod.yml +++ b/.github/workflows/build_mod.yml @@ -14,10 +14,12 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - run: mkdir -p ${{ inputs.mod_name }}/Contents/mods/${{ inputs.mod_name }} - - run: echo hello > ${{ inputs.mod_name }}/Contents/mods/${{ inputs.mod_name }}/world.txt + # - run: mkdir -p ${{ inputs.mod_name }}/Contents/mods/${{ inputs.mod_name }} + # - run: echo hello > ${{ inputs.mod_name }}/Contents/mods/${{ inputs.mod_name }}/world.txt + - run: mkdir -p testpath/test2/test1 + - run: echo hello > testpath/test2/test1/world.txt - uses: actions/upload-artifact@v3 with: name: ${{ inputs.mod_name }} path: | - ./${{ inputs.mod_name }}/Contents/mods/${{ inputs.mod_name }} + testpath/test2/test1/