mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
fixing a typo
This commit is contained in:
parent
634eb7e9d1
commit
d761cf9a9e
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user