diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e1e2f1b8..a612e00a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -25,10 +25,18 @@ jobs: - name: Build run: pnpm build:all + - shell: bash + run: | + ls extension/dist/ + - shell: bash run: | ls extension/chrome/dist/ + - shell: bash + run: | + ls extension/chrome/dist/dist/ + - name: Archive Chrome Extension uses: actions/upload-artifact@v3 with: