1
0
mirror of https://github.com/bitwarden/server synced 2025-12-25 20:53:16 +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

@@ -104,16 +104,6 @@ jobs:
artifacts: ${{ matrix.name }}.zip
path: publish
- name: Zip extracted artifact
run: |
cd publish
zip -r ${{ matrix.name }}.zip .
mv ${{ matrix.name }}.zip ../
cd ..
pwd
ls -atlh
- name: Login to Azure
uses: Azure/login@77f1b2e3fb80c0e8645114159d17008b8a2e475a
with: