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 fbf94b2 commit 1f73ee6Copy full SHA for 1f73ee6
.github/workflows/build_py_tools.yml
@@ -89,7 +89,6 @@ jobs:
89
- name: Checkout repository
90
uses: actions/checkout@v4
91
with:
92
- token: ${{ secrets.TOOLS_UPLOAD_PAT }}
93
ref: ${{ github.event.pull_request.head.ref }}
94
- name: Set up Python 3.8
95
# Skip setting python on ARM because of missing compatibility: https://github.com/actions/setup-python/issues/108
@@ -108,7 +107,7 @@ jobs:
108
107
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' && env.CERTIFICATE != '' && env.CERTIFICATE_PASSWORD != ''
+ if: matrix.os == 'windows-latest' && env.CERTIFICATE != ''
112
env:
113
CERTIFICATE: ${{ secrets.CERTIFICATE }}
114
CERTIFICATE_PASSWORD: ${{ secrets.CERTIFICATE_PASSWORD }}
0 commit comments