summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2022-10-04 00:01:53 +0200
committerMichael Peter Christen <mc@yacy.net>2022-10-04 00:01:53 +0200
commit79fc19e67e922387b20657f701e7635a71c30cd8 (patch)
treea0a59d94a403af5f872472a6b79affe29914c702 /.github/workflows
parent55c181e5a08a1a5d25b25f76cf7839221742d6ff (diff)
removed ci script for nsis build
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ant-build-selfhosted.yaml7
1 files changed, 1 insertions, 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
+