1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-23 16:13:21 +00:00

update macos build command to use variant

This commit is contained in:
Derek Nance
2026-02-17 17:52:47 -06:00
parent 366d395300
commit 508a653acc

View File

@@ -1602,7 +1602,7 @@ jobs:
- name: Build
if: steps.build-cache.outputs.cache-hit != 'true'
run: npm run build
run: npm run build:${{ matrix.variant }}
- name: Download Browser artifact
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
@@ -1914,7 +1914,7 @@ jobs:
- name: Build
if: steps.build-cache.outputs.cache-hit != 'true'
run: npm run build
run: npm run build:${{ matrix.variant }}
- name: Download Browser artifact
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0