Skip to content

Commit 1248d45

Browse files
authored
Update pull_request.yml
1 parent e524ed2 commit 1248d45

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/pull_request.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,16 @@ jobs:
5151
architecture: ${{ matrix.arch }}
5252
- name: Setup Ant
5353
uses: cedx/setup-ant@v3
54-
- name: Install Certificates for Code Signing
55-
if: ${{ matrix.os_prefix == 'macos' && github.secrets.CERTIFICATES_P12 != '' }}
56-
uses: apple-actions/import-codesign-certs@v3
57-
with:
58-
p12-file-base64: ${{ secrets.CERTIFICATES_P12 }}
59-
p12-password: ${{ secrets.CERTIFICATES_P12_PASSWORD }}
54+
# - name: Install Certificates for Code Signing
55+
# if: ${{ matrix.os_prefix == 'macos' }}
56+
# uses: apple-actions/import-codesign-certs@v3
57+
# with:
58+
# p12-file-base64: ${{ secrets.CERTIFICATES_P12 }}
59+
# p12-password: ${{ secrets.CERTIFICATES_P12_PASSWORD }}
6060
- name: Build Release
6161
run: ant -noinput -buildfile build/build.xml ${{ matrix.os_prefix }}-dist -Dversion="${{ github.sha }}"
62-
env:
63-
PROCESSING_APP_SIGNING: ${{ secrets.CERTIFICATES_P12 != '' }}
62+
# env:
63+
# PROCESSING_APP_SIGNING: ${{ secrets.CERTIFICATES_P12 != '' }}
6464
- name: Add artifact
6565
uses: actions/upload-artifact@v3
6666
id: upload

0 commit comments

Comments
 (0)