Skip to content

Commit

Permalink
Update deployed artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmior committed Sep 22, 2017
1 parent 516f86e commit 2ebc8c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/before_deploy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,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\eson.exe" '.\'
Copy-Item "$SRC_DIR\README.md","$SRC_DIR\LICENSE.md","$SRC_DIR\examples" '.\'

7z a "$ZIP" *

Expand Down
1 change: 1 addition & 0 deletions ci/before_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ main() {
cross rustc --bin eson --target $TARGET --release -- -C lto

cp target/$TARGET/release/eson $stage/
cp -r README.md LICENSE.md $src/examples/ $stage/

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

0 comments on commit 2ebc8c3

Please sign in to comment.