From 5da137a8d6704cb27fbe8bb9ff75abfc7c181366 Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Fri, 16 Apr 2021 21:01:56 +0200 Subject: [PATCH] Add deployments for Windows installers --- .github/workflows/build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 51076837..3e460e95 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -436,6 +436,12 @@ jobs: - uses: actions/download-artifact@v2 with: name: Win64 MinGW tarball + - uses: actions/download-artifact@v2 + with: + name: Win32 installer + - uses: actions/download-artifact@v2 + with: + name: Win64 installer - uses: actions/download-artifact@v2 with: name: Source code tarball