We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3625eaa commit dec990fCopy full SHA for dec990f
.github/workflows/build_exe.yml
@@ -115,7 +115,7 @@ jobs:
115
116
- name: Build the executable
117
env:
118
- APPLE_APP_CERT_ID: ${{secrets.APPLE_APP_CERT_ID}}
+ APPLE_APP_CERT_ID: ${{ inputs.is_release && secrets.APPLE_APP_CERT_ID || "" }}
119
run: pyinstaller pyinstaller.spec
120
121
- name: Rename the executable to include platform suffix
0 commit comments