77
88env :
99 WRAPPER_WEBUI_BIN_PATH : PyPI/Package/src/webui
10+ WRAPPER_WEBUI_BIN_VERSION : 2.4.0
1011
1112jobs :
1213 update-webui-binaries :
@@ -24,14 +25,14 @@ jobs:
2425 - name : Download WebUI Archives
2526 run : |
2627 mkdir -p TempArchives
27- wget -q https://github.com/webui-dev/webui/releases/download/2.4.0 /webui-linux-clang-x64.zip -O TempArchives/webui-linux-clang-x64.zip
28- wget -q https://github.com/webui-dev/webui/releases/download/2.4.0 /webui-linux-gcc-arm.zip -O TempArchives/webui-linux-gcc-arm.zip
29- wget -q https://github.com/webui-dev/webui/releases/download/2.4.0 /webui-linux-gcc-arm64.zip -O TempArchives/webui-linux-gcc-arm64.zip
30- wget -q https://github.com/webui-dev/webui/releases/download/2.4.0 /webui-linux-gcc-x64.zip -O TempArchives/webui-linux-gcc-x64.zip
31- wget -q https://github.com/webui-dev/webui/releases/download/2.4.0 /webui-macos-clang-arm64.tar.gz -O TempArchives/webui-macos-clang-arm64.tar.gz
32- wget -q https://github.com/webui-dev/webui/releases/download/2.4.0 /webui-macos-clang-x64.tar.gz -O TempArchives/webui-macos-clang-x64.tar.gz
33- wget -q https://github.com/webui-dev/webui/releases/download/2.4.0 /webui-windows-gcc-x64.zip -O TempArchives/webui-windows-gcc-x64.zip
34- wget -q https://github.com/webui-dev/webui/releases/download/2.4.0 /webui-windows-msvc-x64.zip -O TempArchives/webui-windows-msvc-x64.zip
28+ wget -q https://github.com/webui-dev/webui/releases/download/$WRAPPER_WEBUI_BIN_VERSION /webui-linux-clang-x64.zip -O TempArchives/webui-linux-clang-x64.zip
29+ wget -q https://github.com/webui-dev/webui/releases/download/$WRAPPER_WEBUI_BIN_VERSION /webui-linux-gcc-arm.zip -O TempArchives/webui-linux-gcc-arm.zip
30+ wget -q https://github.com/webui-dev/webui/releases/download/$WRAPPER_WEBUI_BIN_VERSION /webui-linux-gcc-arm64.zip -O TempArchives/webui-linux-gcc-arm64.zip
31+ wget -q https://github.com/webui-dev/webui/releases/download/$WRAPPER_WEBUI_BIN_VERSION /webui-linux-gcc-x64.zip -O TempArchives/webui-linux-gcc-x64.zip
32+ wget -q https://github.com/webui-dev/webui/releases/download/$WRAPPER_WEBUI_BIN_VERSION /webui-macos-clang-arm64.tar.gz -O TempArchives/webui-macos-clang-arm64.tar.gz
33+ wget -q https://github.com/webui-dev/webui/releases/download/$WRAPPER_WEBUI_BIN_VERSION /webui-macos-clang-x64.tar.gz -O TempArchives/webui-macos-clang-x64.tar.gz
34+ wget -q https://github.com/webui-dev/webui/releases/download/$WRAPPER_WEBUI_BIN_VERSION /webui-windows-gcc-x64.zip -O TempArchives/webui-windows-gcc-x64.zip
35+ wget -q https://github.com/webui-dev/webui/releases/download/$WRAPPER_WEBUI_BIN_VERSION /webui-windows-msvc-x64.zip -O TempArchives/webui-windows-msvc-x64.zip
3536
3637 - name : Extract Archives
3738 run : |
0 commit comments