From 6eb3f25d262640d73998f7f8aa110001d77fb094 Mon Sep 17 00:00:00 2001 From: Meet Godhani Date: Sat, 30 Oct 2021 18:15:01 -0400 Subject: [PATCH] Fixes --- .github/workflows/release.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d25e0a0..1b54141 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -108,12 +108,12 @@ jobs: RELEASE_NOTE: ${{ needs.draft.outputs.release-note }} run: echo "$RELEASE_NOTE" >> ./buildResources/release-notes.md - - name: Prepare for app notarization - if: startsWith(matrix.os, 'macos') - # Import Apple API key for app notarization on macOS - run: | - mkdir -p ~/private_keys/ - echo '${{ secrets.api_key }}' > ~/private_keys/AuthKey_${{ secrets.api_key_id }}.p8 + # - name: Prepare for app notarization + # if: startsWith(matrix.os, 'macos') + # # Import Apple API key for app notarization on macOS + # run: | + # mkdir -p ~/private_keys/ + # echo '${{ secrets.api_key }}' > ~/private_keys/AuthKey_${{ secrets.api_key_id }}.p8 # Compile app and upload artifacts - name: Compile & release Electron app