Update build_mod.yml
This commit is contained in:
4
.github/workflows/build_mod.yml
vendored
4
.github/workflows/build_mod.yml
vendored
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user