Skip to content

Commit

Permalink
try another path for the binary zip
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrh committed Oct 28, 2018
1 parent 3746887 commit 03afff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/before_deploy.ps1
Expand Up @@ -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)\brotli.exe" '.\'
Copy-Item "$SRC_DIR\target\release\brotli.exe" '.\'

7z a "$ZIP" *

Expand Down

0 comments on commit 03afff5

Please sign in to comment.