We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdae25c commit 0629ee4Copy full SHA for 0629ee4
1 file changed
.github/workflows/release.yml
@@ -112,7 +112,7 @@ jobs:
112
uses: actions/upload-artifact@v4
113
with:
114
name: mac-artifacts-${{ matrix.arch }}
115
- path: release/*.dmg
+ path: release/**/Voice*-Mac-*.dmg
116
if-no-files-found: error
117
118
# 3. 构建 Windows
@@ -141,7 +141,7 @@ jobs:
141
142
143
name: win-artifacts
144
- path: release/*Setup.exe
+ path: release/**/Voice*-Windows-*-Setup.exe
145
146
147
# 4. 发布 Release
@@ -169,8 +169,8 @@ jobs:
169
draft: false
170
prerelease: false
171
files: |
172
- artifacts/*.dmg
173
- artifacts/*Setup.exe
+ artifacts/Voice*-Mac-*.dmg
+ artifacts/Voice*-Windows-*-Setup.exe
174
body: |
175
## 🎉 新版本发布!
176
0 commit comments