Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,8 @@ jobs:
with:
name: ${{ matrix.platform }}-${{ matrix.arch }}${{ matrix.webview2 && format('-{0}webview2', matrix.webview2) || '' }}-signature
path: |
src-tauri/target/${{ matrix.target }}/release/signatures/
src-tauri/target/${{ matrix.target }}/release/bundle/update/
src-tauri/target/${{ matrix.target }}/release/signatures/*
src-tauri/target/${{ matrix.target }}/release/bundle/update/*
if-no-files-found: warn
retention-days: 1

Expand All @@ -390,7 +390,8 @@ jobs:
with:
path: signatures
pattern: "*signature"
merge-multiple: true
# 注意:不要设置 merge-multiple: true,让每个 artifact 下载到独立的子目录
# 这样可以保留平台信息,避免签名文件混淆

- name: Display structure of downloaded files
run: |
Expand Down
Loading