File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Set-Location $STAGE
1111$ZIP = " $SRC_DIR \$ ( $Env: CRATE_NAME ) -$ ( $Env: APPVEYOR_REPO_TAG_NAME ) -$ ( $Env: TARGET ) .zip"
1212
1313# TODO Update this to package the right artifacts
14- Copy-Item " $SRC_DIR \target\$ ( $Env: TARGET ) \release\hello .exe" ' .\'
14+ Copy-Item " $SRC_DIR \target\$ ( $Env: TARGET ) \release\ct .exe" ' .\'
1515
16167z a " $ZIP " *
1717
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ main() {
1818 test -f Cargo.lock || cargo generate-lockfile
1919
2020 # TODO Update this to build the artifacts that matter to you
21- cross rustc --bin hello --target $TARGET --release -- -C lto
21+ cross rustc --bin ct --target $TARGET --release -- -C lto
2222
2323 # TODO Update this to package the right artifacts
24- cp target/$TARGET /release/hello $stage /
24+ cp target/$TARGET /release/ct $stage /
2525
2626 cd $stage
2727 tar czf $src /$CRATE_NAME -$TRAVIS_TAG -$TARGET .tar.gz *
You can’t perform that action at this time.
0 commit comments