mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
clean up document start (#11607)
This commit is contained in:
3
.github/workflows/build-cli.yml
vendored
3
.github/workflows/build-cli.yml
vendored
@@ -1,4 +1,3 @@
|
||||
---
|
||||
name: Build CLI
|
||||
|
||||
on:
|
||||
@@ -289,7 +288,7 @@ jobs:
|
||||
name: bitwarden-cli.${{ env._PACKAGE_VERSION }}.nupkg
|
||||
path: apps/cli/dist/chocolatey/bitwarden-cli.${{ env._PACKAGE_VERSION }}.nupkg
|
||||
if-no-files-found: error
|
||||
|
||||
|
||||
- name: Zip NPM Build Artifact
|
||||
run: Get-ChildItem -Path .\build | Compress-Archive -DestinationPath .\bitwarden-cli-${{ env._PACKAGE_VERSION }}-npm-build.zip
|
||||
|
||||
|
||||
Reference in New Issue
Block a user