Skip to content

Commit 3cb0a1a

Browse files
committed
chore: ci update
1 parent 138442a commit 3cb0a1a

File tree

2 files changed

+24
-6
lines changed

2 files changed

+24
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,22 @@ jobs:
7979
LICENSE
8080
README.md
8181
82+
- name: Upload Full Zip to Artifacts
83+
uses: actions/upload-artifact@v3
84+
with:
85+
name: Rabbit-Full
86+
path: |
87+
SharedSupport
88+
Lib/librime-ahk/*.ahk
89+
Lib/librime-ahk/LICENSE
90+
Lib/*.ahk
91+
rime.dll
92+
Rabbit.exe
93+
Rabbit.ico
94+
*.ahk
95+
LICENSE
96+
README.md
97+
8298
release:
8399
name: Release
84100
if: startsWith(github.ref, 'refs/tags/v')
@@ -91,12 +107,12 @@ jobs:
91107
- name: Download Artifacts
92108
uses: actions/download-artifact@v3
93109
with:
110+
name: Rabbit-Full
94111
path: release
95112

96113
- name: Pack Release Zip
97114
working-directory: release
98115
run: |
99-
cp -r Rabbit/* ./ && rm -rf Rabbit
100116
mkdir Rime && zip -r -q ../rabbit-${{ github.ref_name }}.zip *
101117
102118
- name: Create Release and Upload Assets

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@
44

55
## 下载体验
66

7+
> [!WARNING]
8+
> ⚠️正在施工⚠️
9+
> 现在已经可轻量地使用,遇到问题可以在 [Issues](https://github.com/amorphobia/rime-jiandao/issues/new/choose) 反馈。
10+
711
### Action 版
812

9-
需要先登录你的 GitHub 账号。前往 [Actions 页面](https://github.com/amorphobia/rabbit/actions) 找到最近成功构建的一次,在生成的 Artifacts 中点击 `Rabbit``SharedSupport` 下载。将 `Rabbit.zip` 的内容解压到新建目录中,并在这个目录里新建一个 `SharedSupport` 目录,放入从 `SharedSupport.zip` 解压的内容,运行 `Rabbit.exe` 即可。(之后更新时可只下载 `Rabbit.zip` 覆盖)
13+
需要先登录你的 GitHub 账号。
14+
15+
前往 [Actions 页面](https://github.com/amorphobia/rabbit/actions) 找到最近成功构建的一次,在生成的 Artifacts 中点击 `Rabbit-Full` 下载,将压缩包内容解压到一个新建目录中,运行 `Rabbit.exe` 即可。之后更新时,可只下载 `Rabbit``SharedSupport` 覆盖相应的文件。
1016

1117
一般来说,Action 版比 Release 版更新,可能会修复一些问题,也可能会引入更多问题(我太菜了😭️)
1218

@@ -31,10 +37,6 @@
3137

3238
以及一些代码片段,在注释中注明了来源链接
3339

34-
## ⚠️正在施工⚠️
35-
36-
现在已经可轻量地使用,遇到问题可以在 [Issues](https://github.com/amorphobia/rime-jiandao/issues/new/choose) 反馈。
37-
3840
## 已知问题
3941

4042
- 候选框图形界面较为简陋,有闪烁等问题

0 commit comments

Comments
 (0)