From f872b167ebe263bff340903cd7c7dba3a0a33e4a Mon Sep 17 00:00:00 2001 From: Aleksandr Savelev <94454577+AleksSavelev@users.noreply.github.com> Date: Fri, 7 Jun 2024 16:11:26 +0200 Subject: [PATCH] Added test for path in submodules (#200) --- .github/workflows/updateLocalizations.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/updateLocalizations.yml b/.github/workflows/updateLocalizations.yml index 6d184d923..e9b24300e 100644 --- a/.github/workflows/updateLocalizations.yml +++ b/.github/workflows/updateLocalizations.yml @@ -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