Skip to content

Commit 178cc1c

Browse files
committed
优化构建配置
1 parent 3de15c4 commit 178cc1c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373

7474
# Upload artifacts
7575
- name: Upload artifacts
76-
uses: softprops/action-gh-release@v1
76+
uses: softprops/action-gh-release@v2
7777
with:
7878
files: |
7979
release/${env.VERSION}/*.dmg

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22
此项目的所有显著更改都将记录在此文件中。
33

4-
## [v0.7.2] - 2025-08-07
4+
## [v0.7.3] - 2025-08-07
55
### Added
66
- 构建测试
77
- 跨平台: macOS dmg, Windows exe, Linux deb/rpm/AppImage.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "short-video-factory",
33
"description": "短视频工厂,一键生成产品营销与泛内容短视频,AI批量自动剪辑",
4-
"version": "0.7.2",
4+
"version": "0.7.3",
55
"author": {
66
"name": "YILS",
77
"developer": "YILS",

0 commit comments

Comments
 (0)