diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c4f1981..9cc44d6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,6 +17,11 @@ jobs: - run: bun run build + - name: Zip extensions + run: | + cd dist/chrome && zip -r ../inzerosight-chrome.zip . && cd ../.. + cd dist/firefox && zip -r ../inzerosight-firefox.zip . && cd ../.. + - name: Commit and push dist run: | git config user.name "github-actions[bot]"