فهرست منبع

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