mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
moved exe to txt
This commit is contained in:
parent
d761cf9a9e
commit
7669b654ce
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user