[github workflow] Temporarily disabled building installers

This commit is contained in:
Alexandr Stelnykovych
2025-04-23 14:17:04 +03:00
parent 09412e9222
commit 41f860bb9c

View File

@@ -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