From aba5993ffb623819f658ae1ee3f08b9dbc85f3b4 Mon Sep 17 00:00:00 2001 From: NI Date: Tue, 17 Sep 2019 10:28:15 +0800 Subject: [PATCH] Well, fixed a wrong parameter. Sorry --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 28b8285..892a36e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -74,7 +74,7 @@ before_deploy: find ./.tmp/deploy/ -maxdepth 1 -type f -name "*.tar.gz" -execdir sha512sum {} \; > ./.tmp/deploy/SUM.sha512 echo "$GITHUB_USER" > ./deploy_user echo "$SSHWIFTY_VERSION-prebuild" > ./deploy_title - echo 'ghr -u "$(cat ./deploy_user)" -t "$(cat ./deploy_title)" -b "$(cat ./.tmp/deploy/Note)" -delete -prerelease "$(cat ./deploy_title)" ./.tmp/deploy' > ./deploy.sh + echo 'ghr -u "$(cat ./deploy_user)" -n "$(cat ./deploy_title)" -b "$(cat ./.tmp/deploy/Note)" -delete -prerelease "$(cat ./deploy_title)" ./.tmp/deploy' > ./deploy.sh chmod +x ./deploy.sh cat ./.tmp/deploy/SUM.sha512 fi