Skip to content

Commit

Permalink
fix: update packaging script (bump:patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
taprosoft committed Aug 31, 2024
1 parent 7daa9eb commit c1e8c37
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/auto-bump-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit c1e8c37

Please sign in to comment.