diff --git a/.github/workflows/electron-release.yml b/.github/workflows/electron-release.yml.off similarity index 100% rename from .github/workflows/electron-release.yml rename to .github/workflows/electron-release.yml.off diff --git a/.github/workflows/test-mac-certs.yml b/.github/workflows/test-mac-certs.yml index e3f6fca629..b54bf82df8 100644 --- a/.github/workflows/test-mac-certs.yml +++ b/.github/workflows/test-mac-certs.yml @@ -39,6 +39,8 @@ jobs: # apply provisioning profile mkdir -p ~/Library/MobileDevice/Provisioning\ Profiles cp $PP_PATH ~/Library/MobileDevice/Provisioning\ Profiles + echo "=== CERTIFICATE PATH ===" + echo $CERTIFICATE_PATH - name: Clean up keychain and provisioning profile if: ${{ always() }}