瀏覽代碼

CI: Update Crowdin Sync workflow to 0.1.2

See https://github.com/obsproject/crowdin-synchronization/pull/7
Matt Gajownik 3 年之前
父節點
當前提交
24faaf085d
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      .github/workflows/crowdin-sync-download.yml
  2. 1 1
      .github/workflows/crowdin-sync-upload.yml

+ 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.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

+ 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.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