Keep Windows releases on their existing beta channel
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user