diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7975e4aff7..baa0647bec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: |