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