1
0
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:
Opeyemi
2024-10-17 19:40:42 +01:00
committed by GitHub
parent 1d10f34864
commit 133257f60e
29 changed files with 2 additions and 31 deletions

View File

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