1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-02-02 23:11:40 +01:00

Fix Release workflow (#403)

* Change extract directory to 'build'
This commit is contained in:
Vince Grassia 2021-10-28 11:34:45 -04:00 committed by GitHub
parent 739dbffd2b
commit ee6990364f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,9 +100,6 @@ jobs:
branch: release
artifacts: bw_${{ env._PKG_VERSION }}_amd64.snap
- name: Test
run: ls -alht
- name: Publish Snap & logout
run: |
snapcraft push bw_${{ env._PKG_VERSION }}_amd64.snap --release stable
@ -165,6 +162,7 @@ jobs:
workflow_conclusion: success
branch: release
artifacts: bitwarden-cli-${{ env._PKG_VERSION }}-npm-build.zip
path: build
- name: Setup NPM
run: |