From eb6ecc871e85f32028da65dc14a6b2235fc6c3ee 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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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