Skip to content

Commit

Permalink
Include license in the releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Gekkio committed Oct 31, 2021
1 parent 68169eb commit 1ae00bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/prepare_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ NAME="${1}"

cp -r build "${NAME}"
find "${NAME}" -type f -not '(' -name '*.sym' -or -name '*.gb' ')' -delete
cp LICENSE "${NAME}/"
rm -f "${NAME}".zip "${NAME}".tar.gz "${NAME}".tar.xz
zip -r "${NAME}".zip "${NAME}"
tar -czvf "${NAME}".tar.gz "${NAME}"
Expand Down

0 comments on commit 1ae00bf

Please sign in to comment.