Skip to content

Commit

Permalink
Add log for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
waliid committed Nov 22, 2024
1 parent 882cdcd commit 2d0bdc3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,10 @@ jobs:
${{ secrets.APPLE_ACCOUNT_INFO_B64 }}
- name: Archive the demo
run: make archive-demo-${{ matrix.platform }}
run: |
echo "===> Check identity"
security find-identity -v -p codesigning
security unlock-keychain -p 'admin' \
'~/Library/Keychains/login.keychain-db'
echo "========================"
make archive-demo-${{ matrix.platform }}

0 comments on commit 2d0bdc3

Please sign in to comment.