Skip to content

Commit b170b45

Browse files
committed
simplified solution
1 parent 624c171 commit b170b45

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ jobs:
104104
- name: Build Release
105105
run: ant -noinput -buildfile build/build.xml ${{ matrix.os_prefix }}-dist -Dversion="${{ needs.version.outputs.version }}"
106106
env:
107+
PROCESSING_APP_SIGNING: true
107108
PROCESSING_APP_PASSWORD: ${{ secrets.PROCESSING_APP_PASSWORD }}
108109
PROCESSING_APPLE_ID: ${{ secrets.PROCESSING_APPLE_ID }}
109110
PROCESSING_TEAM_ID: ${{ secrets.PROCESSING_TEAM_ID }}

build/build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@
778778
</exec>
779779
</target>
780780

781-
<target name="macos-dist-sign" if="env.PROCESSING_APP_PASSWORD | env.PROCESSING_APP_SIGNING">
781+
<target name="macos-dist-sign" if="env.PROCESSING_APP_SIGNING">
782782
<echo>
783783
Code signing will only work if you have a $99/yr Apple developer ID.
784784
</echo>

0 commit comments

Comments
 (0)