Merge pull request #6881 from oobabooga/dev

Merge dev branch
This commit is contained in:
oobabooga 2025-04-22 12:15:34 -03:00 committed by GitHub
commit 022664f2bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -176,7 +176,7 @@ jobs:
continue-on-error: true
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ../textgen-portable-${{ inputs.version }}*.zip
file: ../textgen-portable-*.zip
tag: ${{ inputs.version }}
file_glob: true
make_latest: false

View file

@ -186,7 +186,7 @@ jobs:
continue-on-error: true
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ../textgen-portable-${{ inputs.version }}*.zip
file: ../textgen-portable-*.zip
tag: ${{ inputs.version }}
file_glob: true
make_latest: false