Skip to content

Commit

Permalink
fixed no source files being added to release
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinEast authored Feb 27, 2019
1 parent ac1e834 commit ebb37e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions release_haxelib.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
rm -f library.zip
zip -r library.zip src *.html *.md *.json *.hxml run.n
haxelib submit library.zip $HAXELIB_PWD --always
rm -f echo.zip
zip -r echo.zip echo *.html *.md *.json *.hxml run.n
haxelib submit echo.zip $HAXELIB_PWD --always

0 comments on commit ebb37e6

Please sign in to comment.