From d0b4050ca9fb6c029eb1008aace38e31e1fce176 Mon Sep 17 00:00:00 2001 From: Tim Oram Date: Sat, 31 Mar 2018 11:11:38 -0230 Subject: Fix inconsistent naming --- ci/before-deploy.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci') diff --git a/ci/before-deploy.ps1 b/ci/before-deploy.ps1 index c2bf56a..83d01ba 100644 --- a/ci/before-deploy.ps1 +++ b/ci/before-deploy.ps1 @@ -10,7 +10,7 @@ Set-Location $STAGE $ZIP = "$SRC_DIR\$($Env:CRATE_NAME)-$($Env:APPVEYOR_REPO_TAG_NAME)-$($Env:TARGET).zip" -Copy-Item "$SRC_DIR\target\$($Env:TARGET)\release\git-interactive-rebase-tool.exe" '.\' +Copy-Item "$SRC_DIR\target\$($Env:TARGET)\release\interactive-rebase-tool.exe" '.\' 7z a "$ZIP" * -- cgit v1.2.3