Skip to content

Commit 4bdf1d3

Browse files
authored
[Fix] Added utils folder in build stage (#957)
1 parent fe45e2f commit 4bdf1d3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build-and-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,11 @@ jobs:
319319
unzip -o *.zip
320320
rm *.zip
321321
ls -l
322+
- name: Copy utils folder
323+
shell: bash
324+
run: |
325+
cp -r utils backend/dist/utils
326+
cp -r utils sync-microservice/dist/utils
322327
- name: Setup Node
323328
uses: actions/setup-node@v4
324329
with:

0 commit comments

Comments
 (0)