diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61f69fe..d38ee9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,11 +26,11 @@ jobs: - name: Build run: bun run build - - name: Zip the build contents - run: cd dist && zip -r ../better-studres.zip ./* + # - name: Zip the build contents + # 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 + path: dist