Skip to content

Commit dfd9e79

Browse files
committed
ci: android TV 允许用户手动发包
1 parent 0791454 commit dfd9e79

File tree

5 files changed

+8
-9
lines changed

5 files changed

+8
-9
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ body:
1313
options:
1414
- label: 先去Issues列表中查找下是否存在相似的Issue,如果有了就不要重复发了
1515
required: true
16-
- label: 我正在使用最新版本的 simple-live
16+
- label: 我正在使用最新版本的 Slive
1717
required: true
1818

1919
- type: textarea

.github/workflows/publish_tv_app_release.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: app-tv-build-action-release
2-
# 推送 Tag 时触发
2+
# 手动触发
33
on:
4-
push:
5-
tags:
6-
- "tv_*"
4+
workflow_dispatch:
75
jobs:
86
build-tv:
97
runs-on: macos-latest

assets/tv_app_version.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "1.2.3",
3-
"version_num": 10203,
4-
"version_desc": "- 修复虎牙播放中断 #585",
2+
"version": "1.5.0",
3+
"version_num": 10500,
4+
"version_desc": "- 永远的1.5.0",
55
"prerelease":true,
66
"download_url": "https://github.com/xiaoyaocz/dart_simple_live/releases"
77
}

simple_live_tv_app/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1038,4 +1038,4 @@ packages:
10381038
version: "6.6.1"
10391039
sdks:
10401040
dart: ">=3.9.0 <4.0.0"
1041-
flutter: ">=3.35.0"
1041+
flutter: ">=3.35.7"

simple_live_tv_app/pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ version: 1.5.0+10500
55

66
environment:
77
sdk: ">=3.1.2 <4.0.0"
8+
flutter: 3.35.7
89

910
dependencies:
1011
flutter:

0 commit comments

Comments
 (0)