From 96762ffa5cf5fa761a012e26b85a155d0e297a80 Mon Sep 17 00:00:00 2001 From: ParticleG Date: Sun, 15 Jan 2023 01:06:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0Windows=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E5=8C=85CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 727bea45..285c1e68 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -691,7 +691,9 @@ jobs: extra-assets-x86: ./ColdClear/x86/CCloader.dll ./ColdClear/x86/cold_clear.dll extra-assets-x64: ./ColdClear/x64/CCloader.dll ./ColdClear/x64/cold_clear.dll product-name: ${{ steps.process-app-name.outputs.product-name }} - version-string: ${{ needs.get-info.outputs.version-string }} + app-id: ${{ secrets.WINDOWS_APP_ID }} + project-website: https://www.studio26f.org/ + installer-languages: ChineseSimplified.isl English.isl Japanese.isl French.isl output-folder: ${{ env.OUTPUT_FOLDER }} - name: Upload 32-bit artifact uses: actions/upload-artifact@v3