增加singbox内核生成文件
This commit is contained in:
8
.github/workflows/update_singbox_core.yaml
vendored
8
.github/workflows/update_singbox_core.yaml
vendored
@@ -1,9 +1,11 @@
|
|||||||
name: Update Sing-Box Core
|
name: Update Sing-Box Core
|
||||||
on:
|
on:
|
||||||
schedule:
|
|
||||||
- cron: 0 20 * * *
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
tag:
|
||||||
|
description: 'tag of Sing-Box, such as 1.7.8 ,don't include "v"'
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
env:
|
env:
|
||||||
download_tag: ${{ github.event.inputs.tag }}
|
download_tag: ${{ github.event.inputs.tag }}
|
||||||
download_version: ''
|
download_version: ''
|
||||||
|
|||||||
Reference in New Issue
Block a user