Skip to content

Commit

Permalink
chore: update code sign
Browse files Browse the repository at this point in the history
  • Loading branch information
appflowy committed Nov 19, 2023
1 parent 4c0567a commit 9e7f96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
fi
- name: Codesign AppFlowy
if: secrets.MACOS_CODESIGN_ID != ''
if: ${{ secrets.MACOS_CODESIGN_ID }} != ''
run: |
echo ${{ secrets.MACOS_CERTIFICATE }} | base64 --decode > certificate.p12
security create-keychain -p action build.keychain
Expand Down

0 comments on commit 9e7f96c

Please sign in to comment.