Skip to content

Commit 6bdf4e4

Browse files
authored
chore: save dist artifact in workflow
1 parent 7283134 commit 6bdf4e4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,15 @@ jobs:
6969
- name: Build Website (GitHub demo site)
7070
run: pnpm build:demo
7171

72+
- name: Archive production artifacts
73+
uses: actions/upload-artifact@v3
74+
with:
75+
name: dist folders
76+
path: |
77+
lib/dist
78+
demo/dist
79+
retention-days: 5
80+
7281
- name: Install Playwright Browsers (chromium)
7382
run: pnpm exec playwright install chromium
7483

0 commit comments

Comments
 (0)