Skip to content

Commit

Permalink
travis: fix source archive name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Feb 11, 2019
1 parent 93bbf82 commit 8021639
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ script:
- cargo build --release --target $TARGET --locked
- strip target/$TARGET/release/nix-user-chroot
before_deploy:
- name="cntr-$TRAVIS_TAG-$TARGET"
- depsname="cntr-src-$TRAVIS_TAG"
- name="nix-user-chroot-$TRAVIS_TAG-$TARGET"
- depsname="nix-user-chroot-src-$TRAVIS_TAG"
- install -D target/$TARGET/release/nix-user-chroot $name/nix-user-chroot
- install -D target/$TARGET/release/nix-user-chroot nix-user-chroot-bin-$TRAVIS_TAG-$TARGET
- mkdir $depsname
Expand Down

0 comments on commit 8021639

Please # to comment.