diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61f69fe..b9eaee4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,10 +27,10 @@ jobs: run: bun run build - name: Zip the build contents - run: cd dist && zip -r ../better-studres.zip ./* + run: cd dist && zip -r ../better-studres-crx.zip ./* - - name: Upload extension artifacts - uses: actions/upload-artifact@v4 - with: - name: better-studres - path: better-studres.zip + # - name: Upload extension artifacts + # uses: actions/upload-artifact@v4 + # with: + # name: better-studres + # path: better-studres.zip