Skip to content

Commit f9c1a84

Browse files
authored
Merge pull request #146 from solid-contrib/feat/chat-ldo
Fixed workflow script for chat-ldo-ci-cd
2 parents 09c18a0 + beccb2f commit f9c1a84

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)