From 24faaf085d8aab2c1094c12d4d69b6970dc6285f Mon Sep 17 00:00:00 2001 From: Matt Gajownik Date: Wed, 15 Dec 2021 22:09:53 +1100 Subject: [PATCH] CI: Update Crowdin Sync workflow to 0.1.2 See https://github.com/obsproject/crowdin-synchronization/pull/7 --- .github/workflows/crowdin-sync-download.yml | 2 +- .github/workflows/crowdin-sync-upload.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/crowdin-sync-download.yml b/.github/workflows/crowdin-sync-download.yml index 11d820704..e022b20c2 100644 --- a/.github/workflows/crowdin-sync-download.yml +++ b/.github/workflows/crowdin-sync-download.yml @@ -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 diff --git a/.github/workflows/crowdin-sync-upload.yml b/.github/workflows/crowdin-sync-upload.yml index e2ad330e2..4c3efcbac 100644 --- a/.github/workflows/crowdin-sync-upload.yml +++ b/.github/workflows/crowdin-sync-upload.yml @@ -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