1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-31 23:53:37 +00:00

fixing the different naming schemes between the build artifacts

This commit is contained in:
Joseph Flinn
2021-10-27 11:46:37 -07:00
parent a93179e020
commit e4fc715b35
2 changed files with 12 additions and 18 deletions

View File

@@ -121,7 +121,7 @@ jobs:
call git submodule update --init --recursive
cd ../
del /S/Q "Source\.git\objects\pack\*"
call 7z a browser-source-%_BUILD_NUMBER%.zip "Source\*"
call 7z a browser-source.zip "Source\*"
- name: Upload Opera artifact
uses: actions/upload-artifact@ee69f02b3dfdecd58bb31b4d133da38ba6fe3700
@@ -155,7 +155,7 @@ jobs:
uses: actions/upload-artifact@ee69f02b3dfdecd58bb31b4d133da38ba6fe3700
with:
name: browser-source-${{ env._BUILD_NUMBER }}.zip
path: dist/browser-source-${{ env._BUILD_NUMBER }}.zip
path: dist/browser-source.zip
if-no-files-found: error
- name: Upload coverage artifact