6117abe680037824d134149b0de42f589fb24466 updated the deployment script to add
Windows artifacts that previously needed to be appended locally to the JSON
manifest. However it failed to account for changes made to the packaging
hierarchy that removed release collection and a redundant architecture
component.
(Hopefully) closes #1979.
webentry[c.suffix[1:]] = url
# only expose a subset of the Windows artifacts
- if "stable_windows_10_cmake_Release_Win32" in str(path) or \
- "stable_windows_10_cmake_Release_x64" in str(path) or \
- "stable_windows_10_msbuild_Release_Win32" in str(path):
+ if "windows_10_cmake_Release" in str(path) or \
+ "windows_10_msbuild_Release" in str(path):
webdata["windows"].append(webentry)
# various release pages truncate the viewable artifacts to 100 or even 50