From 41f860bb9c41bdfa292dd326e408dd34202e9b74 Mon Sep 17 00:00:00 2001 From: Alexandr Stelnykovych Date: Wed, 23 Apr 2025 14:17:04 +0300 Subject: [PATCH] [github workflow] Temporarily disabled building installers --- .github/workflows/release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d89171fc..cfb4fe3b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: Release +name: Release v2.X on: push: @@ -36,6 +36,8 @@ jobs: if-no-files-found: error installer-linux: + #JOB DISABLED FOR NOW + if: false name: Installer linux runs-on: ubuntu-latest needs: release-prep @@ -63,6 +65,8 @@ jobs: if-no-files-found: error installer-windows: + #JOB DISABLED FOR NOW + if: false name: Installer windows runs-on: windows-latest needs: release-prep