File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ jobs:
104
104
- name : Build Release
105
105
run : ant -noinput -buildfile build/build.xml ${{ matrix.os_prefix }}-dist -Dversion="${{ needs.version.outputs.version }}"
106
106
env :
107
+ PROCESSING_APP_SIGNING : true
107
108
PROCESSING_APP_PASSWORD : ${{ secrets.PROCESSING_APP_PASSWORD }}
108
109
PROCESSING_APPLE_ID : ${{ secrets.PROCESSING_APPLE_ID }}
109
110
PROCESSING_TEAM_ID : ${{ secrets.PROCESSING_TEAM_ID }}
Original file line number Diff line number Diff line change 778
778
</exec >
779
779
</target >
780
780
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" >
782
782
<echo >
783
783
Code signing will only work if you have a $99/yr Apple developer ID.
784
784
</echo >
You can’t perform that action at this time.
0 commit comments