Skip to content

Commit

Permalink
Merge branch 'main' of github.com:yaoxieyoulei/my_tv
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoxieyoulei committed Mar 30, 2024
2 parents 9983fac + 6a3c87d commit d675d53
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: my_tv Release

# action事件触发
on:
workflow_dispatch:
push:
# push tag时触发
tags:
Expand All @@ -18,6 +19,12 @@ jobs:
- name: 代码迁出
uses: actions/checkout@v3

- name: 构建Java环境
uses: actions/setup-java@v3
with:
distribution: "zulu"
java-version: "17"

- name: 检查缓存
uses: actions/cache@v2
id: cache-flutter
Expand Down

0 comments on commit d675d53

Please sign in to comment.