diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a7868cd00..4d0fa1f94 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,12 +51,14 @@ jobs: - name: Build build run: pnpm run build - - name: Archive build artifacts + - name: Upload build artifacts uses: actions/upload-artifact@v4 with: - name: build-artifacts-${{ matrix.node }} - path: dist - retention-days: 1 + name: freqUI-${{ matrix.node }} + path: | + dist + !dist/**/*.map + retention-days: 10 playwright: needs: build