Skip to content

Commit 5406b1b

Browse files
author
Konstantin Strassheim
committed
added flatten output
1 parent 630d2d5 commit 5406b1b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/init_fast-api-reference.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,11 @@ jobs:
4949
run: |
5050
cd frontend
5151
npm run build
52+
5253
- name: Zip artifact for deployment
53-
run: zip release.zip ./backend/* -r
54+
run: |
55+
cd backend
56+
zip -r ../release.zip ./*
5457
5558
- name: Upload artifact for deployment jobs
5659
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)