Skip to content

Commit

Permalink
ci: fix typo in before_deploy.ps1?
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasholder committed Apr 1, 2020
1 parent 8bfa7ba commit 722bbd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/before_deploy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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" *

Expand Down

0 comments on commit 722bbd6

Please sign in to comment.