Skip to content

Commit eb2f6a4

Browse files
committed
release:v1.1.3.0-beta
1 parent d629f2b commit eb2f6a4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ jobs:
4545

4646
- name: 准备 artifacts
4747
run: |
48-
mv artifacts/windows-latest-x64-dir/* release/
49-
mv artifacts/windows-latest-x86-dir/* release/
50-
mv artifacts/windows-latest-x64-onefile/* release/
51-
mv artifacts/windows-latest-x86-onefile/* release/
48+
mv artifacts/windows-2022-x64-dir/* release/
49+
mv artifacts/windows-2022-x86-dir/* release/
50+
mv artifacts/windows-2022-x64-onefile/* release/
51+
mv artifacts/windows-2022-x86-onefile/* release/
5252
5353
- name: 计算 SHA256 值
5454
run: |

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- 新增 插件广场(预览版)
88
- 新增 插件设置(预览版)
99
- 新增 主窗口置顶(需重新打开主窗口生效-不是重启软件)
10-
- 新增 重启软件(仅支持压缩包末端文字为dir压缩包)
10+
- 新增 重启功能(仅支持目录模式)
1111

1212
### 功能优化
1313
- 优化 历史记录加载方式

0 commit comments

Comments
 (0)