Skip to content

Commit

Permalink
Fixed ./build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sakithb committed Nov 8, 2021
1 parent 077d1bc commit a618713
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ build() {
zip -d Release.zip .gitignore;
zip -d Release.zip build.sh;
zip -d Release.zip install.sh;
zip -d Release.zip .github;
zip -d Release.zip .github/*;
zip -d Release.zip .github/;
VERSION=$(cat metadata.json | grep '\"version\"' | sed 's/[^0-9]*//g');

if [[ `git status --porcelain` ]]; then
Expand Down

0 comments on commit a618713

Please sign in to comment.