From 83c6cb37266100449b509679086ded84c578408d Mon Sep 17 00:00:00 2001 From: sunzongzheng Date: Thu, 20 Sep 2018 13:57:24 +0800 Subject: [PATCH] Fix ci.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d037382..1fe56c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ before_script: - chmod 755 upx script: - - MUSICLAKEURL='$MUSICLAKE_URL' npm run build-file + - MUSICLAKEURL=$MUSICLAKE_URL npm run build-file - ./upx --auth $UPX_AUTH sync -delete --strong ./dist/electron/ - npm run build:publish