We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
processing
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 2eadb50 commit 2f3ef53Copy full SHA for 2f3ef53
.github/workflows/build.yml
@@ -66,16 +66,8 @@ jobs:
66
architecture: ${{ matrix.arch }}
67
- name: Setup Ant
68
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 }}
75
- name: Build Release
76
run: ant -noinput -buildfile build/build.xml ${{ matrix.os_prefix }}-dist -Dversion="${{ github.sha }}"
77
- env:
78
- PROCESSING_APP_SIGNING: ${{ startsWith(github.repository, 'processing/') }}
79
- name: Add artifact
80
uses: actions/upload-artifact@v4
81
with:
0 commit comments