From 6c0966586d33e81cb7e47f4170d7df025870aa90 Mon Sep 17 00:00:00 2001 From: Andrew Sazonov Date: Wed, 19 Jun 2024 17:24:16 +0200 Subject: [PATCH] Another try with lando/code-sign-action --- .github/workflows/installer.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/installer.yml b/.github/workflows/installer.yml index 8e86955..71a9581 100644 --- a/.github/workflows/installer.yml +++ b/.github/workflows/installer.yml @@ -121,11 +121,11 @@ jobs: if: github.event_name == 'push' uses: lando/code-sign-action@v2 with: - file: 'ci/distribution/EasyDiffraction_v0.9.1a0_macos-14-AppleSilicon.app/Contents/MacOS/EasyDiffraction_v0.9.1a0_macos-14-AppleSilicon' + file: 'ci/distribution/EasyDiffraction_v0.9.1a0_macos-14-AppleSilicon.app' certificate-data: ${{ secrets.MACOS_CERTIFICATE_ENCODED }} certificate-password: ${{ secrets.MACOS_CERTIFICATE_PASSWORD }} apple-notary-user: ${{ secrets.APPSTORE_NOTARIZATION_USERNAME }} apple-notary-password: ${{ secrets.APPSTORE_NOTARIZATION_PASSWORD }} apple-notary-tool: notarytool apple-team-id: 'W2AG9MPZ43' - options: --options runtime --entitlements entitlements.xml + options: --options runtime