We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 953a42d commit d3d6d7cCopy full SHA for d3d6d7c
.github/workflows/build_esptool.yml
@@ -115,7 +115,7 @@ jobs:
115
pyinstaller --distpath ./${{ env.DISTPATH }} -F --icon=ci/espressif.ico espsecure.py
116
pyinstaller --distpath ./${{ env.DISTPATH }} -F --icon=ci/espressif.ico esp_rfc2217_server.py
117
- name: Sign binaries
118
- if: matrix.platform == 'windows' && github.event_name != 'pull_request'
+ if: matrix.platform == 'windows' && github.event_name != 'pull_request' && github.repository == 'espressif/esptool'
119
env:
120
CERTIFICATE: ${{ secrets.CERTIFICATE }}
121
CERTIFICATE_PASSWORD: ${{ secrets.CERTIFICATE_PASSWORD }}
0 commit comments