Skip to content

Commit

Permalink
guess and check
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrh committed Oct 27, 2018
1 parent 569c9c2 commit 3746887
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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)\release\brotli.exe" '.\'
Copy-Item "$SRC_DIR\target\$($Env:TARGET)\brotli.exe" '.\'

7z a "$ZIP" *

Expand Down
2 changes: 1 addition & 1 deletion ci/before_deploy.sh
Expand Up @@ -21,7 +21,7 @@ main() {
cross rustc --release --features=validation

# TODO Update this to package the right artifacts
cp target/$TARGET/release/brotli $stage/
cp target/$TARGET/brotli $stage/

cd $stage
tar czf $src/$CRATE_NAME-$TRAVIS_TAG-$TARGET.tar.gz *
Expand Down

0 comments on commit 3746887

Please sign in to comment.