Skip to content

Commit bdd0f62

Browse files
author
FlyGues2889
committed
修正包名
1 parent fbcce49 commit bdd0f62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: |
7070
$version = "${{ github.ref_name }}".Replace('v', '')
7171
$greenDir = "./src-tauri/target/x86_64-pc-windows-msvc/release"
72-
$zipName = "your-app-name-green-$version-windows-x64.zip"
72+
$zipName = "RandomNum-You-green-$version-windows-x64.zip"
7373
7474
# 创建ZIP包(包含所有可执行文件和依赖)
7575
Compress-Archive -Path "$greenDir/*" -DestinationPath "$zipName"

0 commit comments

Comments
 (0)