Skip to content

Commit 004cd72

Browse files
authored
Update update_binaries.yml
1 parent 6501b0d commit 004cd72

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/update_binaries.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
env:
99
WRAPPER_WEBUI_BIN_PATH: PyPI/Package/src/webui
10+
WRAPPER_WEBUI_BIN_VERSION: 2.4.0
1011

1112
jobs:
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

Comments
 (0)