mirror of
https://github.com/Oth3r/Sit.git
synced 2025-09-19 07:53:22 +02:00
fix target directory
This commit is contained in:
parent
86066ebfb1
commit
dea8b5af3e
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ jobs:
|
||||||
|
|
||||||
- name: Rename JSON Files to Lowercase
|
- name: Rename JSON Files to Lowercase
|
||||||
env:
|
env:
|
||||||
TARGET_DIR: "common/src/main/resources/assets/directionhud/lang/"
|
TARGET_DIR: "src/main/resources/assets/sit-oth3r/lang/"
|
||||||
run: |
|
run: |
|
||||||
echo "Starting renaming process for JSON files within $TARGET_DIR..."
|
echo "Starting renaming process for JSON files within $TARGET_DIR..."
|
||||||
if [ ! -d "$TARGET_DIR" ]; then
|
if [ ! -d "$TARGET_DIR" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue