Feat: Place extension zips in dist/

This commit is contained in:
2026-03-10 18:56:52 -07:00
parent f396d35d3b
commit e33cf2f33f

View File

@@ -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]"