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

Fix bug in Build workflow (#1616)

* Fix uploading correct Zip artifact in build

* Change path to uploaded artifacts

* Remove Zip archive step from QA Deploy workflow
This commit is contained in:
Vince Grassia
2021-10-05 16:40:01 -04:00
committed by GitHub
parent bd297fb7a2
commit fccfce1048
3 changed files with 1 additions and 489 deletions

View File

@@ -169,12 +169,11 @@ jobs:
pwd
ls -atlh ../../../
# This isn't using the Zip archive created from the last step.
- name: Upload service artifact
uses: actions/upload-artifact@ee69f02b3dfdecd58bb31b4d133da38ba6fe3700
with:
name: ${{ matrix.service_name }}.zip
path: ${{ matrix.base_path }}/${{ matrix.service_name }}/obj/build-output/publish
path: ${{ matrix.base_path }}/${{ matrix.service_name }}/${{ matrix.service_name }}.zip
if-no-files-found: error