Skip to content

Commit

Permalink
updates download path
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsavoie authored Nov 29, 2024
1 parent 3b04867 commit ed30fb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sign-and-notarize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed30fb5

Please sign in to comment.