Skip to content

Commit 4d62785

Browse files
committed
ci(crowdin): fix base_path property in upload crowding workflow
- Fix `base_path` property in crowdin action to point to the current directory. - Update crowdin action version to latest. - Renamed the action file from `download-crowdin` to `upload-crowdin`
1 parent e782528 commit 4d62785

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
uses: actions/checkout@v6
1414

1515
- name: Crowdin push
16-
uses: crowdin/github-action@v1
16+
uses: crowdin/github-action@v2
1717
with:
1818
upload_sources: true
1919
upload_translations: true
2020
download_translations: false
2121

22-
base_path: 'pillarbox-web'
22+
base_path: '.'
2323
source: 'src/lang/en.json'
2424
translation: 'src/lang/%locale%.%file_extension%'
2525
env:

0 commit comments

Comments
 (0)