Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Commit

Permalink
Fix Release workflow (#403)
Browse files Browse the repository at this point in the history
* Change extract directory to 'build'

(cherry picked from commit ee69903)
  • Loading branch information
vgrassia committed Oct 28, 2021
1 parent bb0c6d0 commit a6fadc0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,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
Expand Down Expand Up @@ -166,6 +163,7 @@ jobs:
workflow_conclusion: success
branch: release
artifacts: bitwarden-cli-${{ env._PKG_VERSION }}-npm-build.zip
path: build

- name: Setup NPM
run: |
Expand Down

0 comments on commit a6fadc0

Please sign in to comment.