From 29fe746e01bcb6898a3c3441c753465f0f7f11c6 Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Sat, 14 Mar 2020 19:42:09 -0700 Subject: [PATCH] Unquote --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4dc4b61..80a2570 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: env: APPLE_USERNAME: ${{ secrets.APPLE_USERNAME }} APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }} - run: xcrun altool --notarize-app --primary-bundle-id "com.maxgoedjen.secretive.host" --username "$APPLE_USERNAME" --password "$APPLE_PASSWORD" --file Secretive.zip + run: xcrun altool --notarize-app --primary-bundle-id "com.maxgoedjen.secretive.host" --username $APPLE_USERNAME --password $APPLE_PASSWORD --file Secretive.zip - name: Document SHAs run: | shasum -a 512 Secretive.zip