mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-05 06:35:15 +00:00
Fix the GitHub Actions workflows
This commit is contained in:
parent
552cb09f09
commit
a86a5a026e
3 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
3
.github/workflows/build-portable-release.yml
vendored
3
.github/workflows/build-portable-release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue