diff --git a/.github/workflows/build-frontend.yml b/.github/workflows/build-frontend.yml index 6efe33b..5d23d93 100644 --- a/.github/workflows/build-frontend.yml +++ b/.github/workflows/build-frontend.yml @@ -29,6 +29,6 @@ jobs: uses: actions/upload-artifact@v4 with: name: organizer-frontend - path: ./src/Organizer.SPA/dist/* + path: ./src/Organizer.SPA/dist/browser/* if-no-files-found: error retention-days: 90