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 fbcce49 commit bdd0f62Copy full SHA for bdd0f62
.github/workflows/release.yml
@@ -69,7 +69,7 @@ jobs:
69
run: |
70
$version = "${{ github.ref_name }}".Replace('v', '')
71
$greenDir = "./src-tauri/target/x86_64-pc-windows-msvc/release"
72
- $zipName = "your-app-name-green-$version-windows-x64.zip"
+ $zipName = "RandomNum-You-green-$version-windows-x64.zip"
73
74
# 创建ZIP包(包含所有可执行文件和依赖)
75
Compress-Archive -Path "$greenDir/*" -DestinationPath "$zipName"
0 commit comments