Skip to content

Commit 54857b8

Browse files
committed
🥱 尝试x86
1 parent a8a6fa2 commit 54857b8

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

.github/workflows/x86.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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 }}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656

5757
#### 下载:
5858

59-
1. [Github -- 官方下载](https://github.com/Hunlongyu/ZY-Player/releases)
59+
1. [Github -- 官方下载(最新版)](https://github.com/Hunlongyu/ZY-Player/releases)
6060

61-
2. [蓝奏云 -- 快速下载](https://www.lanzous.com/b04s6a3re) 密码:95px
61+
2. [蓝奏云 -- 快速下载(老版本)](https://www.lanzous.com/b04s6a3re) 密码:95px
6262

6363
#### 截图:
6464
1. 浏览 ⇣ ↓

0 commit comments

Comments
 (0)