File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 89
89
- name : Checkout repository
90
90
uses : actions/checkout@v4
91
91
with :
92
- token : ${{ secrets.TOOLS_UPLOAD_PAT }}
93
92
ref : ${{ github.event.pull_request.head.ref }}
94
93
- name : Set up Python 3.8
95
94
# 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
108
done
110
109
- name : Sign binaries
111
- if : matrix.os == 'windows-latest' && env.CERTIFICATE != '' && env.CERTIFICATE_PASSWORD != ''
110
+ if : matrix.os == 'windows-latest' && env.CERTIFICATE != ''
112
111
env :
113
112
CERTIFICATE : ${{ secrets.CERTIFICATE }}
114
113
CERTIFICATE_PASSWORD : ${{ secrets.CERTIFICATE_PASSWORD }}
You can’t perform that action at this time.
0 commit comments