mirror of
https://github.com/yeongpin/cursor-free-vip.git
synced 2025-08-02 20:47:35 +08:00
update build.yml
This commit is contained in:
parent
8107bede63
commit
a04eed2c6b
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
@ -4,6 +4,17 @@ on:
|
||||
push:
|
||||
tags:
|
||||
- 'v*'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
version:
|
||||
description: 'Version number (without v prefix)'
|
||||
required: true
|
||||
default: '1.0.0'
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
actions: write
|
||||
packages: write
|
||||
|
||||
jobs:
|
||||
build-windows:
|
||||
|
Loading…
x
Reference in New Issue
Block a user