CI: Update Crowdin Sync workflow to 0.1.2

See https://github.com/obsproject/crowdin-synchronization/pull/7
This commit is contained in:
Matt Gajownik 2021-12-15 22:09:53 +11:00
parent b2c09d3523
commit 24faaf085d
2 changed files with 2 additions and 2 deletions

View file

@ -16,6 +16,6 @@ jobs:
with:
node-version: 16
- name: Download Script
run: wget -P ./other/ https://raw.githubusercontent.com/obsproject/crowdin-synchronization/0.1.1/dist/download.mjs
run: wget -P ./other/ https://raw.githubusercontent.com/obsproject/crowdin-synchronization/0.1.2/dist/download.mjs
- name: Import latest translations from Crowdin
run: node ./other/download.mjs

View file

@ -21,6 +21,6 @@ jobs:
with:
node-version: 16
- name: Download Script
run: wget -P ./other/ https://raw.githubusercontent.com/obsproject/crowdin-synchronization/0.1.1/dist/upload.mjs
run: wget -P ./other/ https://raw.githubusercontent.com/obsproject/crowdin-synchronization/0.1.2/dist/upload.mjs
- name: Upload English strings to Crowdin
run: node ./other/upload.mjs