Update build_mod.yml

This commit is contained in:
Pao
2023-03-10 02:09:14 +01:00
committed by GitHub
parent d1d8f7bce8
commit fe048d2b04

View File

@@ -15,6 +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
- uses: actions/upload-artifact@v3
with:
name: ${{ inputs.mod_name }}