From a13953ee14f28a523ac539c4ef6d8fd7ae275891 Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 6 Sep 2023 15:22:51 +0200 Subject: [PATCH] fix(i18n): add upload files config --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index aa2b1acf8..872ef45d2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -529,10 +529,10 @@ steps: from_secret: crowdin_key project_id: 462614 target: upload - files: + upload_files: src/i18n/lang/en.json: en.json --- kind: signature -hmac: 85f3c3eee06b4296cc7af9fa3d39555f716b23750a44afe61416940972308931 +hmac: e45c3ae55404862200757740f3bb1f52439de9b5d2150786ea446599d5b0dd0a ...