Merge pull request #7062 from oobabooga/dev

Merge dev branch
This commit is contained in:
oobabooga 2025-06-10 23:26:21 -03:00 committed by GitHub
commit e9a433832e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 0 deletions

View file

@ -175,6 +175,9 @@ jobs:
zip -r "$ZIP_NAME" text-generation-webui-${VERSION_CLEAN}
fi
# Rename back after creating the zip (the next step assumes this folder exists)
mv text-generation-webui-${VERSION_CLEAN} text-generation-webui
- name: Upload files to a GitHub release
id: upload-release
uses: svenstaro/upload-release-action@2.7.0

View file

@ -161,6 +161,9 @@ jobs:
zip -r "$ZIP_NAME" text-generation-webui-${VERSION_CLEAN}
fi
# Rename back after creating the zip (the next step assumes this folder exists)
mv text-generation-webui-${VERSION_CLEAN} text-generation-webui
- name: Upload files to a GitHub release
id: upload-release
uses: svenstaro/upload-release-action@2.7.0

View file

@ -185,6 +185,9 @@ jobs:
zip -r "$ZIP_NAME" text-generation-webui-${VERSION_CLEAN}
fi
# Rename back after creating the zip (the next step assumes this folder exists)
mv text-generation-webui-${VERSION_CLEAN} text-generation-webui
- name: Upload files to a GitHub release
id: upload-release
uses: svenstaro/upload-release-action@2.7.0