1
0
mirror of https://github.com/bitwarden/cli synced 2025-12-06 04:23:19 +00: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

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: |