place signing keychain in runner library
custom release / build-custom-release (push) Failing after 10s

This commit is contained in:
2026-05-24 19:56:47 +02:00
parent fca9102314
commit 6ec6ce1d4e
2 changed files with 14 additions and 1 deletions
@@ -86,6 +86,15 @@ setup() {
run rg -n 'security create-keychain' "$WORKFLOW"
[ "$status" -eq 0 ]
run rg -n 'keychain_dir="\$HOME/Library/Keychains"' "$WORKFLOW"
[ "$status" -eq 0 ]
run rg -n 'rm -f "\$keychain_path"' "$WORKFLOW"
[ "$status" -eq 0 ]
run rg -n 'security list-keychains -d user$' "$WORKFLOW"
[ "$status" -eq 0 ]
run rg -n 'security import' "$WORKFLOW"
[ "$status" -eq 0 ]