Update build_mod.yml

This commit is contained in:
Pao
2023-03-10 02:13:47 +01:00
committed by GitHub
parent fe048d2b04
commit ae55e7edf4

View File

@@ -10,7 +10,7 @@ on:
# Input has to be provided for the workflow to run # Input has to be provided for the workflow to run
required: true required: true
jobs: jobs:
my_first_job: main_job:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
@@ -20,4 +20,4 @@ jobs:
with: with:
name: ${{ inputs.mod_name }} name: ${{ inputs.mod_name }}
path: | path: |
${{ inputs.mod_name }}/Contents/mods/${{ inputs.mod_name }} ./${{ inputs.mod_name }}/Contents/mods/${{ inputs.mod_name }}