From da1fd0d8f5872b0e2f8452a6dc6498e13bd1a36f Mon Sep 17 00:00:00 2001 From: Aman Harwara Date: Thu, 13 Apr 2023 15:20:24 +0530 Subject: [PATCH] chore: fix clipper ci --- .github/workflows/clipper.release.prod.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/clipper.release.prod.yml b/.github/workflows/clipper.release.prod.yml index 9765873ac..3f473643a 100644 --- a/.github/workflows/clipper.release.prod.yml +++ b/.github/workflows/clipper.release.prod.yml @@ -33,13 +33,14 @@ jobs: PACKAGE_VERSION: ${{ env.PACKAGE_VERSION }} run: | EXT_TARGET=chromium yarn build-mv3 - zip -r standard-notes-clipper-$PACKAGE_VERSION.chromium.zip dist + cd dist + zip -r standard-notes-clipper-$PACKAGE_VERSION.chromium.zip * - name: Upload uses: actions/upload-artifact@v3.0.0 with: name: assets path: | - packages/clipper/*.chromium.zip + packages/clipper/dist/*.chromium.zip publish: defaults: