Keep Windows releases on their existing beta channel
Build / macos (push) Successful in 10s
Build / windows (push) Successful in 30s

This commit is contained in:
2026-09-10 09:06:39 +02:00
parent b53bead1d7
commit dd0bf1f634
3 changed files with 9 additions and 13 deletions
+2 -8
View File
@@ -1,4 +1,4 @@
name: Release Windows
name: Release Windows Beta
on:
workflow_dispatch:
inputs:
@@ -6,12 +6,6 @@ on:
description: 'Version, e.g. 0.0.1-beta.64'
required: true
type: string
channel:
description: Release channel
required: true
default: windows-beta
type: choice
options: [windows-beta, windows-stable]
jobs:
release:
if: github.ref == 'refs/heads/main'
@@ -21,7 +15,7 @@ jobs:
shell: powershell
env:
VERSION: ${{ inputs.version }}
CHANNEL: ${{ inputs.channel }}
CHANNEL: windows-beta
steps:
- uses: actions/checkout@v4
- name: Build Windows installer