Skip to content

Commit

Permalink
fix: wrap rename expression in single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant committed May 22, 2019
1 parent 44d0a9c commit 21ec714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ yarn

if [ -n "${TRAVIS_TAG}" ]; then
yarn build:prod:zip:all
rename "s|artifacts/(.*)/(.*)\.zip$|artifacts/$1/$2-$1\.zip|" artifacts/*/*.zip
rename 's|artifacts/(.*)/(.*)\.zip$|artifacts/$1/$2-$1\.zip|' artifacts/*/*.zip
else
yarn build:all
fi

0 comments on commit 21ec714

Please sign in to comment.