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 516f301 commit 3943c20Copy full SHA for 3943c20
.github/workflows/build_py_tools.yml
@@ -108,7 +108,7 @@ jobs:
108
pyinstaller --distpath ./${{ env.DISTPATH }} -F --icon=.github/pytools/espressif.ico tools/$tool.py
109
done
110
- name: Sign binaries
111
- if: matrix.os == 'windows-latest'
+ if: matrix.os == 'windows-latest' && github.repository == 'espressif/arduino-esp32'
112
env:
113
CERTIFICATE: ${{ secrets.CERTIFICATE }}
114
CERTIFICATE_PASSWORD: ${{ secrets.CERTIFICATE_PASSWORD }}
0 commit comments