fix: update packaging script (bump:patch)

This commit is contained in:
Tadashi 2024-08-31 07:07:28 +07:00
parent 7daa9eb149
commit c1e8c37e5e
No known key found for this signature in database
GPG Key ID: 399380A00CC9028D

View File

@ -34,7 +34,11 @@ jobs:
cp LICENSE.txt kotaemon-app/
cp flowsettings.py kotaemon-app/
cp app.py kotaemon-app/
cp .env kotaemon-app/
cp -r scripts kotaemon-app/
mkdir -p kotaemon-app/libs/ktem/ktem/
cp -r libs/ktem/ktem/assets kotaemon-app/libs/ktem/ktem/
tree kotaemon-app
zip -r kotaemon-app.zip kotaemon-app
- name: Release ${{ steps.update-version.outputs.new_tag }}