Update build_mod.yml

This commit is contained in:
Pao
2023-03-10 01:54:34 +01:00
committed by GitHub
parent 5df7c791a2
commit 5b57a06d94

View File

@@ -15,7 +15,7 @@ jobs:
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: echo hello > ${{ inputs.mod_name}}/Contents/mods/${{ inputs.mod_name }}/world.txt
- uses: actions/upload-artifact@v3
with:
name: ${{ inputs.mod_name }}