diff --git a/.github/workflows/publish-cli.yml b/.github/workflows/publish-cli.yml index 63ff2cc0848..09b6b53e584 100644 --- a/.github/workflows/publish-cli.yml +++ b/.github/workflows/publish-cli.yml @@ -153,12 +153,12 @@ jobs: - name: Download artifacts run: Invoke-WebRequest -Uri "https://github.com/bitwarden/clients/releases/download/cli-v${{ env._PKG_VERSION }}/bitwarden-cli.${{ env._PKG_VERSION }}.nupkg" -OutFile bitwarden-cli.${{ env._PKG_VERSION }}.nupkg - working-directory: dist + working-directory: apps/cli/dist - name: Push to Chocolatey if: ${{ inputs.publish_type != 'Dry Run' }} run: choco push --source=https://push.chocolatey.org/ - working-directory: dist + working-directory: apps/cli/dist npm: name: Publish NPM