fix: generate update manifests during packaging

This commit is contained in:
ILoveBingLu
2026-04-07 01:17:46 +08:00
parent e7ac2b85e5
commit cec5bced16
3 changed files with 86 additions and 5 deletions
+2 -2
View File
@@ -137,7 +137,7 @@ jobs:
path: |
release/CipherTalk-${{ needs.prepare-meta.outputs.version }}-Setup.exe
release/latest.yml
if-no-files-found: warn
if-no-files-found: error
build-macos:
runs-on: macos-latest
@@ -197,7 +197,7 @@ jobs:
path: |
release/CipherTalk-${{ needs.prepare-meta.outputs.version }}-Setup.dmg
release/latest-mac.yml
if-no-files-found: warn
if-no-files-found: error
generate-release-body:
runs-on: windows-latest