Skip to content

Commit

Permalink
Fix workfing directory
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrassia committed Aug 23, 2024
1 parent f8c0ddb commit 9b1c7e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b1c7e5

Please sign in to comment.