Skip to content

Commit a26aeb9

Browse files
committed
- add examples directory to zip
1 parent d42e06f commit a26aeb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

submit.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
2-
zip -r ithril.zip src tests haxelib.json LICENSE.txt README.md -x "*/\.*"
2+
zip -r ithril.zip src tests examples haxelib.json LICENSE.txt README.md -x "*/\.*"
33
haxelib submit ithril.zip
4-
rm ithril.zip 2> /dev/null
4+
rm ithril.zip 2> /dev/null

0 commit comments

Comments
 (0)