Skip to content

Commit

Permalink
Added test for path in submodules (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksSavelev authored Jun 7, 2024
1 parent 0021784 commit f872b16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/updateLocalizations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ jobs:
fi
substring="visuals/"
location="${file/$substring/localizations/}"
test -f $location || mkdir -p ${location%resources.resjson*}
cp $location $file;
done;
- name: Commit and push new changes to submodules
Expand Down

0 comments on commit f872b16

Please sign in to comment.