Skip to content

Commit

Permalink
Disable signing on preview builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefterv authored Jan 21, 2025
1 parent 2eadb50 commit 2f3ef53
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,8 @@ jobs:
architecture: ${{ matrix.arch }}
- name: Setup Ant
uses: cedx/setup-ant@v3
- name: Install Certificates for Code Signing
if: ${{ matrix.os_prefix == 'macos' && startsWith(github.repository, 'processing/') }}
uses: apple-actions/import-codesign-certs@v3
with:
p12-file-base64: ${{ secrets.CERTIFICATES_P12 }}
p12-password: ${{ secrets.CERTIFICATES_P12_PASSWORD }}
- name: Build Release
run: ant -noinput -buildfile build/build.xml ${{ matrix.os_prefix }}-dist -Dversion="${{ github.sha }}"
env:
PROCESSING_APP_SIGNING: ${{ startsWith(github.repository, 'processing/') }}
- name: Add artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 2f3ef53

Please sign in to comment.