Skip to content

Commit

Permalink
Recursively include files in zip so libgit2sharp dependencies are inc…
Browse files Browse the repository at this point in the history
…luded.
  • Loading branch information
rubberduck203 committed Jul 11, 2017
1 parent c29fefc commit 2f40975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ for runtime in ${runtimes[@]}; do

archive=${build}.zip
echo "Compressing to ${archive}"
zip ${archive} ${publish}/**
zip -r ${archive} ${publish}
done
exit 0

0 comments on commit 2f40975

Please sign in to comment.