Skip to content

Commit

Permalink
Fix name of scripts folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Dec 9, 2024
1 parent 9a5d2bb commit 1937831
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/add_mod_port.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ jobs:
with:
python-version: "3.12"
cache: "pip"
cache-dependency-path: _scripts/requirements.txt
cache-dependency-path: scripts/requirements.txt

- name: Install dependencies
run: |
pip install -r _scripts/requirements.txt
pip install -r scripts/requirements.txt
- name: Run add_mod_port.py
run: |
python _scripts/add_mod_port.py \
python scripts/add_mod_port.py \
"${{ github.event.inputs.mod }}" \
"${{ github.event.inputs.modloader }}" \
"${{ github.event.inputs.mod_version }}" \
Expand Down

0 comments on commit 1937831

Please sign in to comment.