Skip to content

Commit

Permalink
Merge pull request #11 from theodelrieu/fix/really_include_the_license
Browse files Browse the repository at this point in the history
ci: copy LICENSE in installation folder
  • Loading branch information
theodelrieu authored Dec 8, 2020
2 parents a33b593 + 0a6a27d commit 7f609cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
conan workspace install ..
cmake -G Ninja .. -DCMAKE_INSTALL_PREFIX=install/mgs -DBUILD_TESTING=OFF
ninja install
cp ../LICENSE .
cp ../LICENSE install/mgs
- uses: fnkr/github-action-ghr@v1
env:
GHR_COMPRESS: zip
Expand Down

0 comments on commit 7f609cd

Please sign in to comment.