mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
build: attempt to fix mas 8
This commit is contained in:
parent
3a02b5b5a7
commit
67266d4a3c
1 changed files with 3 additions and 0 deletions
|
|
@ -52,6 +52,9 @@ jobs:
|
|||
run: |
|
||||
CERT_PATH="$RUNNER_TEMP/mac-certs.p12"
|
||||
echo "$MAC_CERTS" | base64 --decode > "$CERT_PATH"
|
||||
echo "=== DIAGNOSTIC: Decoded .p12 SHA256 ==="
|
||||
shasum -a 256 "$CERT_PATH"
|
||||
echo "========================================"
|
||||
security create-keychain -p "" build.keychain
|
||||
security set-keychain-settings -lut 21600 build.keychain
|
||||
security unlock-keychain -p "" build.keychain
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue