From ed30fb5dbb5159d1881c4238a6efb54a99e2a1e9 Mon Sep 17 00:00:00 2001 From: Paul Savoie Date: Fri, 29 Nov 2024 09:49:07 +0100 Subject: [PATCH] updates download path --- .github/workflows/sign-and-notarize.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sign-and-notarize.yml b/.github/workflows/sign-and-notarize.yml index d2e7fa7..6c0d605 100644 --- a/.github/workflows/sign-and-notarize.yml +++ b/.github/workflows/sign-and-notarize.yml @@ -27,7 +27,8 @@ jobs: - name: Install SignPath MacOSCryptoTokenKit run: | # TODO: replace with real download URL once available - curl -o SignPathCryptoTokenKit.dmg https://www.rubicon.eu/downloads/e60fc2e4-e55c-4438-9010-b6f934b977cd/SignPathCryptoTokenKit_v2.0.0-pre_8a676e1.dmg + curl -o SignPathCryptoTokenKit.dmg https://download.signpath.io/cryptoproviders/macos-cryptotokenkit/2.0.0/SignPathCryptoTokenKit.dmg + codesign -dv --verbose SignPathCryptoTokenKit.dmg hdiutil attach ./SignPathCryptoTokenKit.dmg -mountroot ./tools - name: Sign .app file