Skip to content

Commit

Permalink
ci: add license to release tar
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Oct 12, 2020
1 parent 1f59a85 commit fe94f46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/action.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ release() {

cp "$coco_bin_path" "$TAR_DIR"
cp "$cog_bin_path" "$TAR_DIR"
cp "COCOGITTO_HOME/LICENSE" "$TAR_DIR"

cd "$TAR_DIR"
tar -czf cocogitto.tar.gz *
Expand Down

0 comments on commit fe94f46

Please sign in to comment.