mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
another choco publishing test
This commit is contained in:
parent
1fe4a2f835
commit
3953de1811
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@ -199,20 +199,12 @@ jobs:
|
||||
- name: Publish
|
||||
shell: pwsh
|
||||
run: |
|
||||
$dir = Split-Path -Parent $MyInvocation.MyCommand.Path
|
||||
$rootDir = $dir
|
||||
$distDir = $rootDir + "\dist"
|
||||
$distChocoDir = $distDir
|
||||
|
||||
#New-Item -ItemType directory -Path $distChocoDir | Out-Null
|
||||
|
||||
$nupkg = "bitwarden-cli." + $version + ".nupkg"
|
||||
|
||||
# In place of ./scripts/choco-update.ps1
|
||||
cd ./dist
|
||||
Get-ChildItem
|
||||
#choco push
|
||||
Write-Host "[+] Intead of pushing with choco, we are testing and writing this out"
|
||||
Write-Host " Nuget Packge: $env:distChocoDir\\$env:nupkg"
|
||||
Write-Host " Nuget Packge: bitwarden-cli.${{ env.PACKAGE_VERSION }}.nupkg"
|
||||
#choco push
|
||||
|
||||
|
||||
# This process seems independent from the others
|
||||
|
Loading…
Reference in New Issue
Block a user