File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -51,16 +51,16 @@ jobs:
51
51
architecture : ${{ matrix.arch }}
52
52
- name : Setup Ant
53
53
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 }}
60
60
- name : Build Release
61
61
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 != '' }}
64
64
- name : Add artifact
65
65
uses : actions/upload-artifact@v3
66
66
id : upload
You can’t perform that action at this time.
0 commit comments