From 12cc186bf17f6970c734040b87a09c0bff873a8f Mon Sep 17 00:00:00 2001 From: LuSrackhall <3647637206@qq.com> Date: Thu, 29 Aug 2024 10:36:15 +0800 Subject: [PATCH] =?UTF-8?q?ci(linux-x64):=20=E5=A2=9E=E5=8A=A0linux-x64?= =?UTF-8?q?=E7=9A=84=E8=BF=90=E8=A1=8C=E5=99=A8,=20=E5=B9=B6=E5=81=9A?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index f81000c..d8147f2 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -10,7 +10,7 @@ jobs: build: strategy: matrix: - os: [windows-latest] + os: [windows-latest, upuntu-latest] runs-on: ${{ matrix.os }} outputs: INSTALLER_NAME_X64_SETUP_EXE: ${{ env.INSTALLER_NAME_X64_SETUP_EXE }}