Skip to content

Commit

Permalink
Fix globbing in CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
crisidev committed May 19, 2020
1 parent 5b612af commit de0b2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/before_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ main() {
cp "target/${TARGET}/release/${qrsync}" "${stage}"/

cd "${stage}"
tar czf "${src}/${CRATE_NAME}-${TRAVIS_TAG}-${TARGET}.tar.gz" "*"
tar czf "${src}/${CRATE_NAME}-${TRAVIS_TAG}-${TARGET}.tar.gz" *
cd "${src}"

rm -rf "${stage}"
Expand Down

0 comments on commit de0b2d1

Please sign in to comment.