diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0d4a7d7..6aec877 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: - name: Notarize Release Build uses: lando/notarize-action@v2 with: - product-path: target/distr/macos/*.dmg + product-path: target/distr/macos/ZooInspectorN-1.1.dmg appstore-connect-username: ${{ secrets.MACOS_NOTARIZATION_USERNAME }} appstore-connect-password: ${{ secrets.MACOS_NOTARIZATION_PASSWORD }} appstore-connect-team-id: ${{ secrets.MACOS_NOTARIZATION_TEAM_ID }}