1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 22:33:35 +00:00

Add Manifest v3 artifact to pipelines (#3331)

This requires a second build due to the differences being handled in webpack.
This commit is contained in:
Matt Gibson
2022-08-18 10:07:02 -06:00
committed by GitHub
parent 183c945963
commit f74aa6f314
3 changed files with 15 additions and 1 deletions

View File

@@ -143,6 +143,10 @@ jobs:
npm run dist
npm run test
- name: Build Manifest v3
run: |
npm run dist:chrome:mv3
- name: Gulp
run: gulp ci
@@ -181,6 +185,13 @@ jobs:
path: apps/browser/dist/dist-chrome.zip
if-no-files-found: error
- name: Upload Chrome MV3 artifact
uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v3.0.0
with:
name: dist-chrome-MV3-${{ env._BUILD_NUMBER }}.zip
path: apps/browser/dist/dist-chrome-MV3.zip
if-no-files-found: error
- name: Upload Firefox artifact
uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v3.0.0
with: