mirror of
https://github.com/YILS-LIN/short-video-factory.git
synced 2025-11-25 19:37:50 +08:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
204468935b |
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -73,9 +73,9 @@ jobs:
|
||||
|
||||
# Upload artifacts
|
||||
- name: Upload artifacts
|
||||
uses: ncipollo/release-action@v1
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
artifacts: |
|
||||
files: |
|
||||
release/${env.VERSION}/*.dmg
|
||||
release/${env.VERSION}/*.exe
|
||||
release/${env.VERSION}/*.deb
|
||||
@@ -84,6 +84,7 @@ jobs:
|
||||
release/${env.VERSION}/latest*.yml
|
||||
release/${env.VERSION}/*.blockmap
|
||||
body: ${{ env.NOTES }}
|
||||
allowUpdates: true
|
||||
draft: false
|
||||
prerelease: false
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
- 支持自动化批量任务
|
||||
- 美观的UI界面
|
||||
|
||||
## [v0.7.7] - 2025-08-07
|
||||
## [v0.7.8] - 2025-08-07
|
||||
### Added
|
||||
- 构建测试
|
||||
- 跨平台: macOS dmg, Windows exe, Linux AppImage.
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "short-video-factory",
|
||||
"description": "短视频工厂,一键生成产品营销与泛内容短视频,AI批量自动剪辑",
|
||||
"version": "0.7.7",
|
||||
"version": "0.7.8",
|
||||
"author": {
|
||||
"name": "YILS",
|
||||
"developer": "YILS",
|
||||
|
||||
Reference in New Issue
Block a user