From 66b5fd681978fdf270fb7372b2fb4f82ab449e52 Mon Sep 17 00:00:00 2001 From: softprops Date: Sun, 2 Jun 2019 23:49:30 -0400 Subject: [PATCH] fix artifact name --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 93429b7..89b911f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ cache: # yaml ref for deploying release binary to github DEPLOY_TO_GITHUB: &DEPLOY_TO_GITHUB before_deploy: - - name="lev-$TRAVIS_TAG-$OS-$ARCH" + - name="stack-tail-$TRAVIS_TAG-$OS-$ARCH" - src=$(pwd) - mkdir $name - strip target/$TARGET/release/stack-tail