[github workflow] Temporarily disabled building installers
This commit is contained in:
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Release
|
name: Release v2.X
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -36,6 +36,8 @@ jobs:
|
|||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
installer-linux:
|
installer-linux:
|
||||||
|
#JOB DISABLED FOR NOW
|
||||||
|
if: false
|
||||||
name: Installer linux
|
name: Installer linux
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: release-prep
|
needs: release-prep
|
||||||
@@ -63,6 +65,8 @@ jobs:
|
|||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
installer-windows:
|
installer-windows:
|
||||||
|
#JOB DISABLED FOR NOW
|
||||||
|
if: false
|
||||||
name: Installer windows
|
name: Installer windows
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
needs: release-prep
|
needs: release-prep
|
||||||
|
|||||||
Reference in New Issue
Block a user