Skip to content

Commit 95b1aa3

Browse files
committed
构建测试
1 parent b9b656d commit 95b1aa3

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

.github/workflows/build.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ jobs:
3434
export ELECTRON_BUILDER_EXTRA_ARGS="--universal"
3535
pnpm run build
3636
env:
37-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37+
# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838
CSC_IDENTITY_AUTO_DISCOVERY: false
3939
DEBUG: electron-builder
4040

4141
# Windows Build
4242
- name: Build Windows
4343
if: matrix.os == 'windows-latest'
4444
run: pnpm run build
45-
env:
46-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45+
# env:
46+
# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4747

4848
# Linux Build
4949
- name: Build Linux
@@ -52,8 +52,8 @@ jobs:
5252
sudo apt-get update
5353
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf
5454
pnpm run build
55-
env:
56-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55+
# env:
56+
# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5757

5858
# Get version from tag
5959
- name: Get version from tag
@@ -77,23 +77,23 @@ jobs:
7777
run: |
7878
ls -al
7979
ls -al release
80-
ls -al release/${env.VERSION}
80+
ls -al release/${{ env.VERSION }}
8181
shell: bash
8282

83-
# Create Release
84-
- name: Create Release
83+
# Publish Release
84+
- name: Publish Release
8585
uses: softprops/action-gh-release@v2
8686
with:
8787
files: |
88-
release/${env.VERSION}/*.dmg
89-
release/${env.VERSION}/*.exe
90-
release/${env.VERSION}/*.deb
91-
release/${env.VERSION}/*.rpm
92-
release/${env.VERSION}/*.AppImage
93-
release/${env.VERSION}/latest*.yml
94-
release/${env.VERSION}/*.blockmap
88+
release/${{ env.VERSION }}/*.dmg
89+
release/${{ env.VERSION }}/*.exe
90+
release/${{ env.VERSION }}/*.deb
91+
release/${{ env.VERSION }}/*.rpm
92+
release/${{ env.VERSION }}/*.AppImage
93+
release/${{ env.VERSION }}/latest*.yml
94+
release/${{ env.VERSION }}/*.blockmap
9595
body: ${{ env.NOTES }}
96-
draft: true
96+
draft: false
9797
prerelease: false
9898
env:
9999
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- 支持自动化批量任务
1212
- 美观的UI界面
1313

14-
## [v0.7.10] - 2025-08-07
14+
## [v0.7.11] - 2025-08-07
1515
### Added
1616
- 构建测试
1717
- 跨平台: macOS dmg, Windows exe, Linux 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.10",
4+
"version": "0.7.11",
55
"author": {
66
"name": "YILS",
77
"developer": "YILS",

0 commit comments

Comments
 (0)