mirror of
https://github.com/bitwarden/cli
synced 2025-12-16 08:13:21 +00:00
experimenting with moving the choco-pack script
This commit is contained in:
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
@@ -94,7 +94,16 @@ jobs:
|
|||||||
run: npm run package:lin
|
run: npm run package:lin
|
||||||
|
|
||||||
- name: Package Chocolatey
|
- 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
|
- name: Zip
|
||||||
shell: cmd
|
shell: cmd
|
||||||
|
|||||||
Reference in New Issue
Block a user