From d761cf9a9eb4844e8ecc1a58aa7f977cd30237e1 Mon Sep 17 00:00:00 2001 From: Joseph Flinn Date: Fri, 8 Jan 2021 22:33:20 +0000 Subject: [PATCH] fixing a typo --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1a652494e7..f1e72e640e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -101,7 +101,7 @@ jobs: Copy-Item dist\windows\bw.exe -Destination dist\chocolatey\tools Copy-Item LICENSE.exe -Destination dist\chocolatey\tools - choco pack dist\chocolatey\bitwarden-cli.nuspec --version ${{ env:PACKAGE_VERSION }} --out dist\chocolatey + choco pack dist\chocolatey\bitwarden-cli.nuspec --version ${{ env.PACKAGE_VERSION }} --out dist\chocolatey Get-ChildItem