From 55c181e5a08a1a5d25b25f76cf7839221742d6ff Mon Sep 17 00:00:00 2001 From: Michael Christen Date: Mon, 3 Oct 2022 18:23:03 +0200 Subject: [PATCH] add windows build to ci --- .github/workflows/ant-build-selfhosted.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ant-build-selfhosted.yaml b/.github/workflows/ant-build-selfhosted.yaml index 91e752e37..3e672d369 100644 --- a/.github/workflows/ant-build-selfhosted.yaml +++ b/.github/workflows/ant-build-selfhosted.yaml @@ -12,5 +12,11 @@ jobs: with: java-version: '8' distribution: 'temurin' - - name: Build with ant + - name: Build linux release run: ant clean all dist + - name: set up makensis + uses: joncloud/makensis-action@v3.7 + with: + arguments: "/V3" + - name: Create windows installer + run: ant distWinInstaller