From e12e64aee97d004b5243abdccda45254300e69ac Mon Sep 17 00:00:00 2001 From: Adrian Szuszkiewicz Date: Sun, 17 Mar 2024 13:21:14 +0100 Subject: [PATCH] Fix quote (References: #42) --- .github/workflows/build-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 79bb2e6..9dc3632 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -118,7 +118,7 @@ jobs: store-credentials "notarytool-profile" \ --apple-id ${{ secrets.MAC_NOTARIZATION_APPLE_ID }} \ --team-id ${{ secrets.MAC_NOTARIZATION_TEAM_ID }} \ - --password ${{ secrets.MAC_NOTARIZATION_PASS }}" + --password ${{ secrets.MAC_NOTARIZATION_PASS }} - name: Build with Ant run: >