From 72610b25722a5ee37bb6f30d6fac38882087906e Mon Sep 17 00:00:00 2001 From: Zachary Brown Date: Mon, 1 Apr 2024 16:14:03 -0700 Subject: [PATCH] ci: fix command formatting for notarytool --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 471d819..1cc04a6 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -128,7 +128,7 @@ jobs: echo "Notarizing the .pkg" xcrun notarytool submit \ - --wait + --wait \ --apple-id "${{ secrets.APPLE_NOTARIZE_USERNAME }}" \ --password "${{ secrets.APPLE_NOTARIZE_PASSWORD }}" \ --team-id "${{ secrets.APPLE_TEAM_ID }}" \