From 4e7cf3b75ccb60a8fd5275f8c01fc62ff1361a56 Mon Sep 17 00:00:00 2001 From: Patrick Unick Date: Mon, 24 Feb 2025 14:49:55 -0800 Subject: [PATCH] [uni] update release.yml --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e17cd88..7edd785 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -118,7 +118,8 @@ jobs: - name: Sign the package run: | - productsign --sign "Developer ID Installer: Patrick Unick (423YZUTX3G)" aplang-unsigned.pkg aplang.pkg + # productsign --sign "Developer ID Installer: Patrick Unick (423YZUTX3G)" aplang-unsigned.pkg aplang.pkg + timeout 60s productsign --keychain $(pwd)/temp.keychain --sign "Developer ID Installer: Patrick Unick (423YZUTX3G)" aplang-unsigned.pkg aplang.pkg - name: Notarize the package