Skip to content

Commit 9b1c7e5

Browse files
committed
Fix workfing directory
1 parent f8c0ddb commit 9b1c7e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-cli.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -153,12 +153,12 @@ jobs:
153153

154154
- name: Download artifacts
155155
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
156+
working-directory: apps/cli/dist
157157

158158
- name: Push to Chocolatey
159159
if: ${{ inputs.publish_type != 'Dry Run' }}
160160
run: choco push --source=https://push.chocolatey.org/
161-
working-directory: dist
161+
working-directory: apps/cli/dist
162162

163163
npm:
164164
name: Publish NPM

0 commit comments

Comments
 (0)