We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8c0ddb commit 9b1c7e5Copy full SHA for 9b1c7e5
.github/workflows/publish-cli.yml
@@ -153,12 +153,12 @@ jobs:
153
154
- name: Download artifacts
155
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
156
- working-directory: dist
+ working-directory: apps/cli/dist
157
158
- name: Push to Chocolatey
159
if: ${{ inputs.publish_type != 'Dry Run' }}
160
run: choco push --source=https://push.chocolatey.org/
161
162
163
npm:
164
name: Publish NPM
0 commit comments