Skip to content

Commit

Permalink
Update release-tauri.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yun-Shan authored Oct 9, 2023
1 parent 27d2531 commit a760ec5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-tauri.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
core.exportVariable("APPLE_SIGNING_IDENTITY", `${{ secrets.APPLE_SIGNING_IDENTITY }}`);
core.exportVariable("APPLE_ID", `${{ secrets.APPLE_ID }}`);
core.exportVariable("APPLE_PASSWORD", `${{ secrets.APPLE_PASSWORD }}`);
core.exportVariable("APPLE_TEAM_ID", `${{ secrets.APPLE_TEAM_ID }}`);
core.notice("符合签名条件", {title:"本次构建将会对MacOS目标进行签名"});
} else {
core.warning("未提供有效证书", {title:"本次构建将不会对MacOS目标进行签名"});
Expand Down

0 comments on commit a760ec5

Please sign in to comment.