summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorTim Oram <dev@mitmaro.ca>2018-03-31 11:11:38 -0230
committerTim Oram <dev@mitmaro.ca>2018-03-31 11:16:42 -0230
commitd0b4050ca9fb6c029eb1008aace38e31e1fce176 (patch)
treebd6424a8dcb68370eab7a7e247ffc9decc3d7089 /ci
parentb182cd7321b01a70d60ad5d291bb69c88b021bf4 (diff)
Fix inconsistent naming
Diffstat (limited to 'ci')
-rw-r--r--ci/before-deploy.ps12
1 files changed, 1 insertions, 1 deletions
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" *