summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErin Power <xampprocky@gmail.com>2020-02-13 19:38:29 +0100
committerErin Power <xampprocky@gmail.com>2020-02-13 19:39:14 +0100
commitce0e542f421aded1c6eca91c65ffe5d925ef54f3 (patch)
treef1e3c34efd15bcdfa1f78e1570a14eab71176eb5
parent74b14639d64241bf0d7da3954e5b46cfb3c0236c (diff)
fix appveyor
-rw-r--r--ci/before_deploy.ps13
1 files changed, 1 insertions, 2 deletions
diff --git a/ci/before_deploy.ps1 b/ci/before_deploy.ps1
index 0788b1f..5bc9388 100644
--- a/ci/before_deploy.ps1
+++ b/ci/before_deploy.ps1
@@ -10,8 +10,7 @@ Set-Location $STAGE
$ZIP = "$SRC_DIR\$($env:CRATE_NAME)-$($env:APPVEYOR_REPO_TAG_NAME)-$($env:TARGET).zip"
-# TODO Update this to package the right artifacts
-Copy-Item "$SRC_DIR\target\$($env:TARGET)\release\$(env:CRATE_NAME).exe" '.\'
+Copy-Item "$SRC_DIR\target\$($env:TARGET)\release\$($env:CRATE_NAME).exe" '.\'
7z a "$ZIP" *