We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4459aae commit dd2bfa9Copy full SHA for dd2bfa9
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
- uses: actions/upload-artifact@v4
44
with:
45
name: build
46
- path: ${{ github.workspace }}/frontend/build/
+ path: ${{ github.workspace }}/frontend/dist/
47
retention-days: 1
48
if-no-files-found: error
49
@@ -234,7 +234,7 @@ jobs:
234
- uses: actions/download-artifact@v4
235
236
237
- path: ${{ github.workspace }}/frontend/build
+ path: ${{ github.workspace }}/frontend/dist
238
239
- name: Run tests
240
working-directory: backend
0 commit comments