mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
fixing dist names
This commit is contained in:
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
@@ -111,34 +111,35 @@ jobs:
|
||||
|
||||
- name: Try to find the zips
|
||||
run: |
|
||||
ls dist
|
||||
ls
|
||||
ls coverage
|
||||
|
||||
- name: Upload Opera artifact
|
||||
uses: actions/upload-artifact@ee69f02b3dfdecd58bb31b4d133da38ba6fe3700
|
||||
with:
|
||||
name: dist-opera-${{ env._BUILD_NUMBER }}.zip
|
||||
path: dist/dist-opera-${{ env._BUILD_NUMBER }}.zip
|
||||
path: dist/dist-opera.zip
|
||||
if-no-files-found: error
|
||||
|
||||
- name: Upload Chrome artifact
|
||||
uses: actions/upload-artifact@ee69f02b3dfdecd58bb31b4d133da38ba6fe3700
|
||||
with:
|
||||
name: dist-chrome-${{ env._BUILD_NUMBER }}.zip
|
||||
path: dist/dist-chrome-${{ env._BUILD_NUMBER }}.zip
|
||||
path: dist/dist-chrome.zip
|
||||
if-no-files-found: error
|
||||
|
||||
- name: Upload Firefox artifact
|
||||
uses: actions/upload-artifact@ee69f02b3dfdecd58bb31b4d133da38ba6fe3700
|
||||
with:
|
||||
name: dist-firefox-${{ env._BUILD_NUMBER }}.zip
|
||||
path: dist/dist-firefox-${{ env._BUILD_NUMBER }}.zip
|
||||
path: dist/dist-firefox.zip
|
||||
if-no-files-found: error
|
||||
|
||||
- name: Upload Edge artifact
|
||||
uses: actions/upload-artifact@ee69f02b3dfdecd58bb31b4d133da38ba6fe3700
|
||||
with:
|
||||
name: dist-edge-${{ env._BUILD_NUMBER }}.zip
|
||||
path: dist/dist-edge-${{ env._BUILD_NUMBER }}.zip
|
||||
path: dist/dist-edge.zip
|
||||
if-no-files-found: error
|
||||
|
||||
- name: Upload coverage artifact
|
||||
|
||||
Reference in New Issue
Block a user