From fb5fb6b82746409549e0e9475509d4de5d74ce15 Mon Sep 17 00:00:00 2001 From: ann0see <20726856+ann0see@users.noreply.github.com> Date: Thu, 15 Aug 2024 22:04:16 +0200 Subject: [PATCH] Update autobuild.yml --- .github/workflows/autobuild.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index d81786443..3e310df47 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -411,6 +411,7 @@ jobs: uses: lando/notarize-action@bd2f055b8685623053d14594e9c5742c912befaf with: product-path: deploy/${{ steps.get-artifacts.outputs.artifact_1 }} + verbose: true primary-bundle-id: ${{ secrets.MAC_BUNDLE_ID }} appstore-connect-username: ${{ secrets.NOTARIZATION_USERNAME }} appstore-connect-password: ${{ secrets.NOTARIZATION_PASSWORD }}