We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93bbf82 commit 8021639Copy full SHA for 8021639
.travis.yml
@@ -26,8 +26,8 @@ script:
26
- cargo build --release --target $TARGET --locked
27
- strip target/$TARGET/release/nix-user-chroot
28
before_deploy:
29
- - name="cntr-$TRAVIS_TAG-$TARGET"
30
- - depsname="cntr-src-$TRAVIS_TAG"
+ - name="nix-user-chroot-$TRAVIS_TAG-$TARGET"
+ - depsname="nix-user-chroot-src-$TRAVIS_TAG"
31
- install -D target/$TARGET/release/nix-user-chroot $name/nix-user-chroot
32
- install -D target/$TARGET/release/nix-user-chroot nix-user-chroot-bin-$TRAVIS_TAG-$TARGET
33
- mkdir $depsname
0 commit comments