Skip to content

Commit beccb2f

Browse files
committed
Fixed workflow script for chat-ldo-ci-cd
1 parent bb8ec83 commit beccb2f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/chats-ldo-ci-cd.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@ jobs:
2525
- run: npm ci
2626
- run: npm run build
2727
- run: npm test
28+
- name: Save build
29+
uses: actions/upload-artifact@v4
30+
with:
31+
name: build
32+
path: |
33+
chats/ldo/dist/
34+
chats/ldo/README.md
35+
chats/ldo/package.json
36+
retention-days: 1
2837

2938
npm-publish:
3039
if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)