From ee4fd51e0ff1f34f6658967072f7964a84f28f49 Mon Sep 17 00:00:00 2001 From: scdhh <51957264+shoucandanghehe@users.noreply.github.com> Date: Mon, 23 Jan 2023 01:50:05 +0800 Subject: [PATCH] Add more supported languages to the installer (#839) --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f9425d2b..8d304350 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -707,7 +707,7 @@ jobs: product-name: ${{ steps.process-app-name.outputs.product-name }} app-id: ${{ secrets.WINDOWS_APP_ID }} project-website: https://www.studio26f.org/ - installer-languages: ChineseSimplified.isl English.isl Japanese.isl French.isl + installer-languages: ChineseSimplified.isl ChineseTraditional.isl English.isl Spanish.isl French.isl Indonesian.isl Japanese.isl Portuguese.isl output-folder: ${{ env.OUTPUT_FOLDER }} - name: Upload 32-bit artifact uses: actions/upload-artifact@v3