moved exe to txt

This commit is contained in:
Joseph Flinn 2021-01-08 22:40:34 +00:00
parent d761cf9a9e
commit 7669b654ce
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ jobs:
#.\scripts\choco-pack.ps1 # DO NOT USE PUSH SWITCH!
Copy-Item -Path stores\chocolatey -Destination dist\chocolatey -Recurse
Copy-Item dist\windows\bw.exe -Destination dist\chocolatey\tools
Copy-Item LICENSE.exe -Destination dist\chocolatey\tools
Copy-Item LICENSE.txt -Destination dist\chocolatey\tools
choco pack dist\chocolatey\bitwarden-cli.nuspec --version ${{ env.PACKAGE_VERSION }} --out dist\chocolatey