Skip to content

Commit 2cb923a

Browse files
authored
chore: save build artifacts while releasing
1 parent 201796e commit 2cb923a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/publish-npm-beta.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,15 @@ jobs:
5959
- name: Build Library
6060
run: pnpm build
6161

62+
- name: Archive build artifacts
63+
uses: actions/upload-artifact@v3
64+
with:
65+
name: dist folders
66+
path: |
67+
lib/dist
68+
demo/dist
69+
retention-days: 5
70+
6271
- name: Lerna Version 🏷️
6372
env:
6473
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)