fix: cicd error (#671)

* fix: ci/cd error

* fix: ci/cd error

* fix: ci/cd error
This commit is contained in:
Nekotoxin
2022-04-16 00:09:23 +08:00
committed by GitHub
parent b92d03e2bb
commit 1d183decea
3 changed files with 9 additions and 9 deletions

View File

@ -4,7 +4,7 @@ preserve_hierarchy: true
files: [
# JSON translation files
{
source: '/web/src/locales/en/data.json',
translation: '/web/src/locales/%two_letters_code%/data.json',
source: '/src/locales/en/data.json',
translation: '/src/locales/%two_letters_code%/data.json',
},
]