From 5f3f22c255c06a0c5e2ce3b0987effc2e2393e88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=B4=8D=E1=B4=8F=E1=B4=8F=C9=B4D4=CA=80=E1=B4=8B?= Date: Fri, 10 Jul 2020 11:02:55 +0800 Subject: [PATCH] add windows 32bit action --- .github/workflows/release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 484318d..63b0612 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,8 +23,10 @@ jobs: goos: darwin bin: 'hack-browser-data' releaseos: osx - # Don't build windows-32bit due to missing MinGW dependencies - # Don't build osx-32bit due to eventual drop in Go support + - os: windows-latest + goos: windows + bin: 'hack-browser-data.exe' + releaseos: windows exclude: - os: macos-latest arch: '386'