mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
fixing a typo
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -101,7 +101,7 @@ jobs:
|
||||
Copy-Item dist\windows\bw.exe -Destination dist\chocolatey\tools
|
||||
Copy-Item LICENSE.exe -Destination dist\chocolatey\tools
|
||||
|
||||
choco pack dist\chocolatey\bitwarden-cli.nuspec --version ${{ env:PACKAGE_VERSION }} --out dist\chocolatey
|
||||
choco pack dist\chocolatey\bitwarden-cli.nuspec --version ${{ env.PACKAGE_VERSION }} --out dist\chocolatey
|
||||
|
||||
Get-ChildItem
|
||||
|
||||
|
||||
Reference in New Issue
Block a user