Skip to content

Commit dec990f

Browse files
authored
Update build_exe.yml
1 parent 3625eaa commit dec990f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_exe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115

116116
- name: Build the executable
117117
env:
118-
APPLE_APP_CERT_ID: ${{secrets.APPLE_APP_CERT_ID}}
118+
APPLE_APP_CERT_ID: ${{ inputs.is_release && secrets.APPLE_APP_CERT_ID || "" }}
119119
run: pyinstaller pyinstaller.spec
120120

121121
- name: Rename the executable to include platform suffix

0 commit comments

Comments
 (0)