From b3b56b7fc8f6d6b81443f91de7b3ce669e9fbabc Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Mon, 17 May 2021 12:30:15 +0430 Subject: [PATCH] also build windows package for publish --- .github/workflows/publish.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c210c810..11c9d660 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -68,6 +68,11 @@ jobs: dependencies-cache-enabled: true configuration-cache-enabled: true + - name: make windows package + run: | + cd master/scripts + ./windows-bundler.sh + - name: Upload Release uses: xresloader/upload-to-github-release@master env: