Skip to content

Commit

Permalink
test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
dpolakovics committed Jan 9, 2025
1 parent 759dd0d commit 185f784
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ jobs:
chmod +x SoundscapeSync.app/Contents/MacOS/SoundscapeSync
- name: Install certificate
run: |
echo "Length of MAC_CERT_P12 is ${#MAC_CERT_P12}"
echo "MAC_CERT_P12_PASSWORD is set: ${MAC_CERT_P12_PASSWORD:+yes}"
mkdir -p ~/certs
echo "$MAC_CERT_P12" | base64 --decode > ~/certs/mac_dev_cert.p12
security create-keychain -p "" build.keychain
Expand Down

0 comments on commit 185f784

Please sign in to comment.