File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,15 +67,15 @@ jobs:
67
67
- name : Setup Ant
68
68
uses : cedx/setup-ant@v3
69
69
- name : Install Certificates for Code Signing
70
- if : ${{ matrix.os_prefix == 'macos' }}
70
+ if : ${{ matrix.os_prefix == 'macos' && startsWith(github.repository, 'processing/') }}
71
71
uses : apple-actions/import-codesign-certs@v3
72
72
with :
73
73
p12-file-base64 : ${{ secrets.CERTIFICATES_P12 }}
74
74
p12-password : ${{ secrets.CERTIFICATES_P12_PASSWORD }}
75
75
- name : Build Release
76
76
run : ant -noinput -buildfile build/build.xml ${{ matrix.os_prefix }}-dist -Dversion="${{ github.sha }}"
77
77
env :
78
- PROCESSING_APP_SIGNING : true
78
+ PROCESSING_APP_SIGNING : ${{ startsWith(github.repository, 'processing/') }}
79
79
- name : Add artifact
80
80
uses : actions/upload-artifact@v4
81
81
with :
You can’t perform that action at this time.
0 commit comments