Skip to content

Commit b08b1d2

Browse files
committed
adding agents folder as per installer requirements
1 parent 3957d46 commit b08b1d2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ jobs:
2525
2626
- name: Create agents zip
2727
run: |
28-
cd agents
29-
zip -r ../kai-${{ steps.version.outputs.tag }}.zip .
30-
cd ..
28+
zip -r kai-${{ steps.version.outputs.tag }}.zip agents
3129
3230
# Verify zip contents
3331
echo "Contents of kai-${{ steps.version.outputs.tag }}.zip:"

0 commit comments

Comments
 (0)