We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 630d2d5 commit 5406b1bCopy full SHA for 5406b1b
.github/workflows/init_fast-api-reference.yml
@@ -49,8 +49,11 @@ jobs:
49
run: |
50
cd frontend
51
npm run build
52
+
53
- name: Zip artifact for deployment
- run: zip release.zip ./backend/* -r
54
+ run: |
55
+ cd backend
56
+ zip -r ../release.zip ./*
57
58
- name: Upload artifact for deployment jobs
59
uses: actions/upload-artifact@v4
0 commit comments