Skip to content

Commit

Permalink
fix(ci/release): include licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyko committed Oct 13, 2023
1 parent 5a9c9d9 commit 5d0a1e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/before_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ pack() {

# manpage, readme and license
cp README.md "$tempdir/$package_name"
cp LICENSE "$tempdir/$package_name"
cp LICENSE-MIT "$tempdir/$package_name"
cp LICENSE-APACHE "$tempdir/$package_name"

# archiving
pushd "$tempdir"
Expand Down

0 comments on commit 5d0a1e5

Please sign in to comment.