Skip to content

[#37] conflict with other extensions #30

[#37] conflict with other extensions

[#37] conflict with other extensions #30

Workflow file for this run

name: Build Extensions
on:
push:
branches:
- 'hotfix/**'
- 'feature/**'
pull_request:
branches: [develop]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
browser: [chrome, firefox, edge]
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version: 20
- name: Install dependencies
run: yarn
- name: Build And Package Extensions
run: yarn build --zip --target=${{ matrix.browser }}-mv3
# upload to github artifacts for each browser with matrix
- name: Upload to GitHub Artifacts
uses: actions/upload-artifact@v2
with:
name: ${{ matrix.browser }}-mv3.zip
path: build/