mirror of
https://github.com/planetrenox/inzerosight.git
synced 2026-03-16 18:51:02 +00:00
Feat: Place extension zips in dist/
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -17,6 +17,11 @@ jobs:
|
|||||||
|
|
||||||
- run: bun run build
|
- 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
|
- name: Commit and push dist
|
||||||
run: |
|
run: |
|
||||||
git config user.name "github-actions[bot]"
|
git config user.name "github-actions[bot]"
|
||||||
|
|||||||
Reference in New Issue
Block a user