1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-26 13:13:22 +00:00

BRE-277 - Fix CLI NPM publish job (#10729)

This commit is contained in:
Vince Grassia
2024-08-26 13:33:14 -04:00
committed by GitHub
parent c3e1b09643
commit da6b3535da

View File

@@ -183,8 +183,11 @@ jobs:
keyvault: "bitwarden-ci"
secrets: "npm-api-key"
- name: Download artifacts
run: wget https://github.com/bitwarden/clients/releases/download/cli-v${{ env._PKG_VERSION }}/bitwarden-cli-${{ env._PKG_VERSION }}-npm-build.zip
- name: Download and set up artifact
run: |
mkdir -p build
wget https://github.com/bitwarden/clients/releases/download/cli-v${{ env._PKG_VERSION }}/bitwarden-cli-${{ env._PKG_VERSION }}-npm-build.zip
unzip bitwarden-cli-${{ env._PKG_VERSION }}-npm-build.zip -d build
- name: Setup NPM
run: |