mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-22 02:21:34 +01:00
experimenting with moving the choco-pack script
This commit is contained in:
parent
3953de1811
commit
634eb7e9d1
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
@ -94,7 +94,16 @@ jobs:
|
||||
run: npm run package:lin
|
||||
|
||||
- name: Package Chocolatey
|
||||
run: .\scripts\choco-pack.ps1 # DO NOT USE PUSH SWITCH!
|
||||
shell: pwsh
|
||||
run: |
|
||||
#.\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
|
||||
|
||||
choco pack dist\chocolatey\bitwarden-cli.nuspec --version ${{ env:PACKAGE_VERSION }} --out dist\chocolatey
|
||||
|
||||
Get-ChildItem
|
||||
|
||||
- name: Zip
|
||||
shell: cmd
|
||||
|
Loading…
Reference in New Issue
Block a user