mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Cleanup pull request signing
Contributors do not have access to the repo's secrets
This commit is contained in:
@@ -52,16 +52,8 @@ jobs:
|
||||
architecture: ${{ matrix.arch }}
|
||||
- name: Setup Ant
|
||||
uses: cedx/setup-ant@v3
|
||||
- name: Install Certificates for Code Signing
|
||||
if: ${{ matrix.os_prefix == 'macos' }}
|
||||
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: true
|
||||
run: ant -noinput -buildfile build/build.xml ${{ matrix.os_prefix }}-dist -Dversion="${{ github.sha }}
|
||||
- name: Add artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
id: upload
|
||||
@@ -69,10 +61,3 @@ jobs:
|
||||
name: processing-${{github.sha}}${{ matrix.os_prefix }}-${{ matrix.arch }}
|
||||
path: ./build/${{ matrix.os_prefix }}/processing-${{github.sha}}-${{ matrix.os_prefix}}-*
|
||||
retention-days: 5
|
||||
# TODO: Merge into one comment and fix the link
|
||||
# - uses: mshick/add-pr-comment@v2
|
||||
# with:
|
||||
# message-id: "build-artifact ${{ matrix.os_prefix }} ${{ matrix.arch }}"
|
||||
# message: |
|
||||
# Build artifacts for ${{ matrix.os_prefix }} (${{ matrix.arch }}) have been created.
|
||||
# Download the artifacts [here](${{ steps.upload.outputs.artifact-id }}).
|
||||
|
||||
Reference in New Issue
Block a user