Skip to content

Commit

Permalink
add keychain listing
Browse files Browse the repository at this point in the history
  • Loading branch information
celuchmarek committed Jan 20, 2025
1 parent 7a6d3a6 commit fb32581
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@ jobs:
shell: bash
run: |
set -x
echo "Listing keychain..."
security list-keychain -d user
# run notarization
xcrun notarytool submit --verbose --keychain-profile "autogram" --keychain $APPLE_KEYCHAIN_PATH --wait target/Autogram-*.pkg
# staple
Expand Down

0 comments on commit fb32581

Please sign in to comment.