File tree Expand file tree Collapse file tree 2 files changed +29
-2
lines changed Expand file tree Collapse file tree 2 files changed +29
-2
lines changed Original file line number Diff line number Diff line change
1
+ name : release-build
2
+
3
+ on :
4
+ push :
5
+ tags :
6
+ - x86
7
+
8
+ jobs :
9
+ release :
10
+ runs-on : ${{ matrix.os }}
11
+
12
+ strategy :
13
+ matrix :
14
+ os : [windows-latest]
15
+
16
+ steps :
17
+ - uses : actions/checkout@v2
18
+ - uses : actions/setup-node@v1
19
+ with :
20
+ node-version : 12
21
+
22
+ - run : |
23
+ yarn
24
+ yarn dist
25
+ shell: pwsh
26
+ env:
27
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 56
56
57
57
#### 下载:
58
58
59
- 1 . [ Github -- 官方下载] ( https://github.com/Hunlongyu/ZY-Player/releases )
59
+ 1 . [ Github -- 官方下载(最新版) ] ( https://github.com/Hunlongyu/ZY-Player/releases )
60
60
61
- 2 . [ 蓝奏云 -- 快速下载] ( https://www.lanzous.com/b04s6a3re ) 密码:95px
61
+ 2 . [ 蓝奏云 -- 快速下载(老版本) ] ( https://www.lanzous.com/b04s6a3re ) 密码:95px
62
62
63
63
#### 截图:
64
64
1 . 浏览 ⇣ ↓
You can’t perform that action at this time.
0 commit comments