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 2, 2023
1 parent eddcd4c commit d57a348
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 @@ -82,6 +82,7 @@ jobs:
// only work for release
if ('${{ github.ref_name }}'.startsWith('release')) {
// add sign for macos
const APPLE_CERTIFICATE = "${{ secrets.APPLE_CERTIFICATE }}";
if (APPLE_CERTIFICATE.length > 16) {
core.exportVariable("APPLE_CERTIFICATE", APPLE_CERTIFICATE);
core.exportVariable("APPLE_CERTIFICATE_PASSWORD", "${{ secrets.APPLE_CERTIFICATE_PASSWORD }}");
Expand Down

0 comments on commit d57a348

Please sign in to comment.