We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b74e4 commit 68eaf4dCopy full SHA for 68eaf4d
.github/workflows/build-dev.yml
@@ -38,6 +38,10 @@ jobs:
38
echo '${{ secrets.api_key }}' > ~/private_keys/AuthKey_${{ secrets.api_key_id }}.p8
39
xcrun --find notarytool
40
41
+ - name: Enable code signing only for current repo
42
+ if: github.event.pull_request.head.repo.full_name == github.repository
43
+ run: echo "CSC_FOR_PULL_REQUEST=true" >> $GITHUB_ENV
44
+
45
- name: Build/release Electron app
46
uses: samuelmeuli/action-electron-builder@v1
47
with:
@@ -59,7 +63,6 @@ jobs:
59
63
# macOS signing env
60
64
APPLE_TEAM_ID: 8D66VDADVH
61
65
DEBUG: electron-notarize*
62
- CSC_FOR_PULL_REQUEST: true
66
67
- name: Upload artifacts for Linux
68
uses: actions/upload-artifact@v4
0 commit comments