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 20, 2024
1 parent 9c79464 commit a562f41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/announce_mod_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@ 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 announce_mod_update.py
id: announce
env:
WURSTFORUM_TOKEN: ${{ secrets.WF_BOT_TOKEN }}
run: |
python _scripts/announce_mod_update.py "${{ github.event.inputs.mod }}" "${{ github.event.inputs.mod_version }}"
python scripts/announce_mod_update.py "${{ github.event.inputs.mod }}" "${{ github.event.inputs.mod_version }}"
- name: Write summary
run: |
Expand Down

0 comments on commit a562f41

Please sign in to comment.