Selaa lähdekoodia

CI: Update Crowdin Sync workflow to 0.1.1

See https://github.com/obsproject/crowdin-synchronization/pull/6
Matt Gajownik 3 vuotta sitten
vanhempi
sitoutus
9f8a7f09ee

+ 1 - 1
.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.0/dist/download.mjs
+        run: wget -P ./other/ https://raw.githubusercontent.com/obsproject/crowdin-synchronization/0.1.1/dist/download.mjs
       - name: Import latest translations from Crowdin
         run: node ./other/download.mjs

+ 1 - 1
.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.0/dist/upload.mjs
+        run: wget -P ./other/ https://raw.githubusercontent.com/obsproject/crowdin-synchronization/0.1.1/dist/upload.mjs
       - name: Upload English strings to Crowdin
         run: node ./other/upload.mjs