From e549fa389dbc5ce3d332bb2094d55c5ea9820ef1 Mon Sep 17 00:00:00 2001 From: Joseph Flinn Date: Thu, 28 Jan 2021 19:22:34 +0000 Subject: [PATCH] debugging dist --- .github/workflows/deploy.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9ff79854d5..5f3852e9d4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -54,7 +54,7 @@ jobs: snap: - name: Publish Snap + name: Deploy Snap runs-on: ubuntu-latest needs: setup env: @@ -95,7 +95,7 @@ jobs: choco: - name: Publish Choco + name: Deploy Choco runs-on: windows-latest needs: setup env: @@ -135,9 +135,10 @@ jobs: run: | # In place of ./scripts/choco-update.ps1 - #New-Item -ItemType directory -Path ./dist - #Move-Item -Path bitwarden-cli.${{ env.PKG_VERSION }}.nupkg -Destination ./dist - cd ./dist + New-Item -ItemType directory -Path ./dist + ls -atlh + Move-Item -Path bitwarden-cli.${{ env.PKG_VERSION }}.nupkg -Destination ./dist + cd dist #choco push - name: test