Skip to content

Commit

Permalink
simplified solution
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefterv committed Dec 6, 2024
1 parent 624c171 commit b170b45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:
- name: Build Release
run: ant -noinput -buildfile build/build.xml ${{ matrix.os_prefix }}-dist -Dversion="${{ needs.version.outputs.version }}"
env:
PROCESSING_APP_SIGNING: true
PROCESSING_APP_PASSWORD: ${{ secrets.PROCESSING_APP_PASSWORD }}
PROCESSING_APPLE_ID: ${{ secrets.PROCESSING_APPLE_ID }}
PROCESSING_TEAM_ID: ${{ secrets.PROCESSING_TEAM_ID }}
Expand Down
2 changes: 1 addition & 1 deletion build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@
</exec>
</target>

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

0 comments on commit b170b45

Please sign in to comment.