Skip to content

Commit dd2bfa9

Browse files
committed
👷 [#738] Fix wrong path to artifact
1 parent 4459aae commit dd2bfa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/upload-artifact@v4
4444
with:
4545
name: build
46-
path: ${{ github.workspace }}/frontend/build/
46+
path: ${{ github.workspace }}/frontend/dist/
4747
retention-days: 1
4848
if-no-files-found: error
4949

@@ -234,7 +234,7 @@ jobs:
234234
- uses: actions/download-artifact@v4
235235
with:
236236
name: build
237-
path: ${{ github.workspace }}/frontend/build
237+
path: ${{ github.workspace }}/frontend/dist
238238

239239
- name: Run tests
240240
working-directory: backend

0 commit comments

Comments
 (0)