Skip to content

Commit cd35f05

Browse files
committed
Fix datalib dist artifact
1 parent 675a076 commit cd35f05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ jobs:
195195
with:
196196
name: datalib-dist
197197
path: |
198-
src/microapps-datalib/
199-
!src/microapps-datalib/node_modules/
198+
src/common/microapps-datalib/
199+
!src/common/microapps-datalib/node_modules/
200200
201201
#
202202
# Release Assets

0 commit comments

Comments
 (0)