Skip to content

Commit 8021639

Browse files
committed
travis: fix source archive name
1 parent 93bbf82 commit 8021639

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ script:
2626
- cargo build --release --target $TARGET --locked
2727
- strip target/$TARGET/release/nix-user-chroot
2828
before_deploy:
29-
- name="cntr-$TRAVIS_TAG-$TARGET"
30-
- depsname="cntr-src-$TRAVIS_TAG"
29+
- name="nix-user-chroot-$TRAVIS_TAG-$TARGET"
30+
- depsname="nix-user-chroot-src-$TRAVIS_TAG"
3131
- install -D target/$TARGET/release/nix-user-chroot $name/nix-user-chroot
3232
- install -D target/$TARGET/release/nix-user-chroot nix-user-chroot-bin-$TRAVIS_TAG-$TARGET
3333
- mkdir $depsname

0 commit comments

Comments
 (0)