Skip to content

Commit

Permalink
fix package.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Aparicio committed Oct 15, 2016
1 parent d6cc6f3 commit afb2b4f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ci/package.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
Set-PSDebug -Trace 1

$SRC_DIR = $PWD.Path
$STAGE = [System.Guid]::NewGuid().ToString()

Expand All @@ -8,7 +6,7 @@ New-Item -Type Directory -Name $STAGE
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\hello.exe" '.\'
Copy-Item "$SRC_DIR\target\$($Env:TARGET)\release\xargo.exe" '.\'
7z a "$ZIP" *

Push-AppveyorArtifact "$ZIP"
Expand Down

0 comments on commit afb2b4f

Please sign in to comment.