Skip to content

Commit 2f3ef53

Browse files
authored
Disable signing on preview builds
1 parent 2eadb50 commit 2f3ef53

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/build.yml

-8
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,8 @@ jobs:
6666
architecture: ${{ matrix.arch }}
6767
- name: Setup Ant
6868
uses: cedx/setup-ant@v3
69-
- name: Install Certificates for Code Signing
70-
if: ${{ matrix.os_prefix == 'macos' && startsWith(github.repository, 'processing/') }}
71-
uses: apple-actions/import-codesign-certs@v3
72-
with:
73-
p12-file-base64: ${{ secrets.CERTIFICATES_P12 }}
74-
p12-password: ${{ secrets.CERTIFICATES_P12_PASSWORD }}
7569
- name: Build Release
7670
run: ant -noinput -buildfile build/build.xml ${{ matrix.os_prefix }}-dist -Dversion="${{ github.sha }}"
77-
env:
78-
PROCESSING_APP_SIGNING: ${{ startsWith(github.repository, 'processing/') }}
7971
- name: Add artifact
8072
uses: actions/upload-artifact@v4
8173
with:

0 commit comments

Comments
 (0)