Skip to content

Commit

Permalink
No need to put .gitignore, .github on release script itself in release.
Browse files Browse the repository at this point in the history
  • Loading branch information
grayed committed Jan 6, 2020
1 parent 51ec83a commit bc685b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion prepare-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ else
fi

pax -wzv \
-s ',^\./.git\(/.*\)*$,,' \
-s ',^\./.git.*,,' \
-s ',^\./obj\(/.*\)*$,,' \
-s ',^\./build.*,,' \
-s ",^./${0##*/}\$,," \
-s "/^./oicb-${v}/" \
. >"$arc_path/$arc_name"
echo "archive saved to $arc_path/$arc_name"

0 comments on commit bc685b8

Please sign in to comment.