Skip to content

Commit

Permalink
Add AppleWWDRCA into release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryAstafyev committed Nov 25, 2024
1 parent 6b296a9 commit 517da50
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@ jobs:
security unlock-keychain -p "$KEYCHAIN_PWD" "$KEYCHAIN_NAME"
security list-keychains -d user -s "$KEYCHAIN_NAME" $(security list-keychains -d user | tr -d '"')
security list-keychains
applewwdrca="${HOME}/AppleWWDRCA.cer"
curl https://developer.apple.com/certificationauthority/AppleWWDRCA.cer > "$applewwdrca"
security import \
"$applewwdrca" \
-k "$KEYCHAIN_NAME" \
-A \
-T /usr/bin/codesign
certfile="${HOME}/buildcert.p12"
echo "$CSC_LINK" | base64 -d > "$certfile"
security import \
Expand Down

0 comments on commit 517da50

Please sign in to comment.