From b4373e4cde057023f5c7eb67fc75698b8c8fe83c Mon Sep 17 00:00:00 2001 From: user95401 <90561697+user95401@users.noreply.github.com> Date: Sun, 14 Jul 2024 23:44:25 +0400 Subject: [PATCH] Update multi-platform.yml to bring back build for Windows --- .github/workflows/multi-platform.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/multi-platform.yml b/.github/workflows/multi-platform.yml index 074f611..70a67bb 100644 --- a/.github/workflows/multi-platform.yml +++ b/.github/workflows/multi-platform.yml @@ -12,8 +12,8 @@ jobs: fail-fast: false matrix: config: - #- name: Windows - #os: windows-latest + - name: Windows + os: windows-latest - name: Android32 os: ubuntu-latest @@ -59,4 +59,4 @@ jobs: with: tag_name: "${{steps.json_properties.outputs.version}}" files: "${{steps.build.outputs.build-output}}/*" - \ No newline at end of file +