File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -145,6 +145,13 @@ jobs:
145145 shell : cmd
146146 run : |
147147 echo "Finding signtool"
148+
149+ echo "Directory contents I:"
150+ dir /s /b "C:\Program Files (x86)\Windows Kits\10\bin\"
151+ echo "Directory contents II:"
152+ dir /s /b "C:\Program Files (x86)\Windows Kits\10\bin\signtool.exe"
153+ echo "Directory contents III:"
154+ dir /s /b "C:\Program Files (x86)\Windows Kits\10\bin\x64\signtool.exe"
148155 where signtool.exe
149156 - name : Set up Python
150157 uses : actions/setup-python@v5
@@ -303,7 +310,3 @@ jobs:
303310 with :
304311 files : ${{ steps.create-installer.outputs.file }}
305312 tag_name : ${{ matrix.tag }}
306-
307- # C:\a\mapclient\mapclient/mapclient/res/pyinstaller/dist/MAP-Client-mapping-tools/MAP-Client-mapping-tools.exe
308- # C:/a/mapclient/mapclient/mapclient/res/pyinstaller/dist/MAP-Client-mapping-tools/MAP-Client-mapping-tools.exe
309- # C:/a/mapclient/mapclient/mapclient/res/pyinstaller/dist/MAP-Client-mapping-tools/MAP-Client-mapping-tools.exe
You can’t perform that action at this time.
0 commit comments