diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a18f085..1021c38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,6 +55,7 @@ jobs: name: packages path: | packages/**/dist + overwrite: true pre_release: runs-on: ubuntu-latest @@ -100,6 +101,7 @@ jobs: name: packages path: | packages/**/dist + overwrite: true release: runs-on: ubuntu-latest diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 940f0f8..7b41bbd 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -60,3 +60,4 @@ jobs: name: playwright-report path: playwright-report/ retention-days: 30 + overwrite: true