Skip to content

Commit

Permalink
fix: update notary tool and product ID in publish workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolai Emil Damm <[email protected]>
  • Loading branch information
devantler committed Feb 19, 2025
1 parent 709d7f3 commit 8f503f3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
certificate-password: ${{ secrets.APPLE_CERT_P12_PASSWORD }}
apple-notary-user: ${{ secrets.APPLE_NOTARY_USER }}
apple-notary-password: ${{ secrets.APPLE_NOTARY_PASSWORD }}
apple-notary-tool: altool
apple-product-id: dev.lando.code-sign-action
apple-notary-tool: notarytool
apple-product-id: devantler-tech.ksail
options: --options runtime --entitlements entitlements.xml
- name: πŸ” Sign binary (ksail-darwin-arm64)
uses: lando/code-sign-action@v3
Expand All @@ -69,8 +69,8 @@ jobs:
certificate-password: ${{ secrets.APPLE_CERT_P12_PASSWORD }}
apple-notary-user: ${{ secrets.APPLE_NOTARY_USER }}
apple-notary-password: ${{ secrets.APPLE_NOTARY_PASSWORD }}
apple-notary-tool: altool
apple-product-id: dev.lando.code-sign-action
apple-notary-tool: notarytool
apple-product-id: devantler-tech.ksail
options: --options runtime --entitlements entitlements.xml
- name: πŸ” Sign binary (ksail-linux-amd64)
uses: lando/code-sign-action@v3
Expand All @@ -81,8 +81,8 @@ jobs:
certificate-password: ${{ secrets.APPLE_CERT_P12_PASSWORD }}
apple-notary-user: ${{ secrets.APPLE_NOTARY_USER }}
apple-notary-password: ${{ secrets.APPLE_NOTARY_PASSWORD }}
apple-notary-tool: altool
apple-product-id: dev.lando.code-sign-action
apple-notary-tool: notarytool
apple-product-id: devantler-tech.ksail
options: --options runtime --entitlements entitlements.xml
- name: πŸ” Sign binary (ksail-linux-arm64)
uses: lando/code-sign-action@v3
Expand All @@ -93,8 +93,8 @@ jobs:
certificate-password: ${{ secrets.APPLE_CERT_P12_PASSWORD }}
apple-notary-user: ${{ secrets.APPLE_NOTARY_USER }}
apple-notary-password: ${{ secrets.APPLE_NOTARY_PASSWORD }}
apple-notary-tool: altool
apple-product-id: dev.lando.code-sign-action
apple-notary-tool: notarytool
apple-product-id: devantler-tech.ksail
options: --options runtime --entitlements entitlements.xml
- name: πŸ“¦ Tar binaries
run: tar -czf ksail.tar.gz ksail-darwin-amd64 ksail-darwin-arm64 ksail-linux-amd64 ksail-linux-arm64 ksail-windows-amd64.exe
Expand Down

0 comments on commit 8f503f3

Please sign in to comment.