ci: restore Forgejo-compatible Windows dispatch
This commit is contained in:
parent
e93221d852
commit
652560d277
8
.github/workflows/build-windows-manual.yml
vendored
8
.github/workflows/build-windows-manual.yml
vendored
@ -1,20 +1,12 @@
|
|||||||
name: Build Windows GLS Team Foundation
|
name: Build Windows GLS Team Foundation
|
||||||
|
|
||||||
# Forgejo activation marker: trigger the first push run after enabling this workflow.
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
paths:
|
|
||||||
- ".github/workflows/build-windows-manual.yml"
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
version:
|
version:
|
||||||
description: "GLS team installer version"
|
description: "GLS team installer version"
|
||||||
required: true
|
required: true
|
||||||
default: "0.1.7"
|
default: "0.1.7"
|
||||||
type: string
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
NODE_OPTIONS: --max-old-space-size=4096
|
NODE_OPTIONS: --max-old-space-size=4096
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user