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