From 79fc19e67e922387b20657f701e7635a71c30cd8 Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Tue, 4 Oct 2022 00:01:53 +0200 Subject: [PATCH] removed ci script for nsis build --- .github/workflows/ant-build-selfhosted.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ant-build-selfhosted.yaml b/.github/workflows/ant-build-selfhosted.yaml index 3e672d369..a48137e3a 100644 --- a/.github/workflows/ant-build-selfhosted.yaml +++ b/.github/workflows/ant-build-selfhosted.yaml @@ -14,9 +14,4 @@ jobs: distribution: 'temurin' - 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 +