From 6fe2cbbd8d75a06bd5ae1d8032e99cc6c24cf32b Mon Sep 17 00:00:00 2001 From: Oleksii Nazarenko Date: Wed, 24 Jul 2024 19:18:29 +0100 Subject: [PATCH] update ci --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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