mirror of
https://github.com/bitwarden/cli
synced 2025-12-11 05:43:20 +00:00
updating Move-Item
This commit is contained in:
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -136,8 +136,8 @@ jobs:
|
|||||||
# In place of ./scripts/choco-update.ps1
|
# In place of ./scripts/choco-update.ps1
|
||||||
|
|
||||||
New-Item -ItemType directory -Path ./dist
|
New-Item -ItemType directory -Path ./dist
|
||||||
ls -atlh
|
ls
|
||||||
Move-Item -Path bitwarden-cli.${{ env.PKG_VERSION }}.nupkg -Destination ./dist
|
Move-Item -Path bitwarden-cli.${{ env.PKG_VERSION }}.nupkg -Destination ./dist/bitwarden-cli.${{ env.PKG_VERSION }}.nupkg
|
||||||
cd dist
|
cd dist
|
||||||
#choco push
|
#choco push
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user