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