mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-02-26 01:24:22 +01:00
Update the zip filename
This commit is contained in:
parent
008c6dd682
commit
a3031795a3
|
|
@ -160,7 +160,8 @@ jobs:
|
|||
|
||||
# 6. Create ZIP file
|
||||
cd ..
|
||||
ZIP_NAME="textgen-portable-${VERSION}-${PLATFORM}-cuda${CUDA_VERSION}.zip"
|
||||
VERSION_CLEAN="${VERSION#v}"
|
||||
ZIP_NAME="textgen-portable-${VERSION_CLEAN}-${PLATFORM}-cuda${CUDA_VERSION}.zip"
|
||||
echo "Creating archive: $ZIP_NAME"
|
||||
|
||||
if [[ "$RUNNER_OS" == "Windows" ]]; then
|
||||
|
|
|
|||
3
.github/workflows/build-portable-release.yml
vendored
3
.github/workflows/build-portable-release.yml
vendored
|
|
@ -170,7 +170,8 @@ jobs:
|
|||
|
||||
# 5. Create ZIP file
|
||||
cd ..
|
||||
ZIP_NAME="textgen-portable-${VERSION}-${PLATFORM}.zip"
|
||||
VERSION_CLEAN="${VERSION#v}"
|
||||
ZIP_NAME="textgen-portable-${VERSION_CLEAN}-${PLATFORM}.zip"
|
||||
echo "Creating archive: $ZIP_NAME"
|
||||
|
||||
if [[ "$RUNNER_OS" == "Windows" ]]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue