We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3de15c4 commit 178cc1cCopy full SHA for 178cc1c
.github/workflows/build.yml
@@ -73,7 +73,7 @@ jobs:
73
74
# Upload artifacts
75
- name: Upload artifacts
76
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
77
with:
78
files: |
79
release/${env.VERSION}/*.dmg
CHANGELOG.md
@@ -1,7 +1,7 @@
1
# Changelog
2
此项目的所有显著更改都将记录在此文件中。
3
4
-## [v0.7.2] - 2025-08-07
+## [v0.7.3] - 2025-08-07
5
### Added
6
- 构建测试
7
- 跨平台: macOS dmg, Windows exe, Linux deb/rpm/AppImage.
package.json
{
"name": "short-video-factory",
"description": "短视频工厂,一键生成产品营销与泛内容短视频,AI批量自动剪辑",
- "version": "0.7.2",
+ "version": "0.7.3",
"author": {
"name": "YILS",
"developer": "YILS",
0 commit comments