From 3953de1811986c136a6b64d17e179dd84496aacd Mon Sep 17 00:00:00 2001 From: Joseph Flinn Date: Fri, 8 Jan 2021 21:08:19 +0000 Subject: [PATCH] another choco publishing test --- .github/workflows/build.yml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a5ffb440f1..0e814c2429 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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