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:
11
.github/workflows/build-browser.yml
vendored
11
.github/workflows/build-browser.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user