Skip to content

Commit bd2ea50

Browse files
committed
ci: 添加 Apple 签名身份以支持 macOS 构建
1 parent 4ef81d8 commit bd2ea50

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ jobs:
146146
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
147147
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
148148
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }}
149+
APPLE_SIGNING_IDENTITY: ${{ matrix.os == 'macos-latest' && '-' || '' }}
149150
with:
150151
tagName: ${{ github.ref_name }}
151152
releaseName: 'AQBot ${{ github.ref_name }}'

0 commit comments

Comments
 (0)